Skip to content

Commit

Permalink
doc: fix redirections.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Feb 20, 2024
1 parent c717240 commit 3253ac1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/EasyRichText/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A set of tools and helpers for building your own rich text editor and encoding u
This package is a collection of two libraries:

- **EasyRichText**: Utilities and helpers for creating your own rich text format, converting between old `NSAttributedString`, new `AttributedString`, and your rich text format.
- [**EasyRichTextUI**](/ui): A SwiftUI view wrapping `UITextView` / `NSTextView` for editing rich text. A context object is provided for writing your own UI for common style operations.
- [**EasyRichTextUI**](../ui): A SwiftUI view wrapping `UITextView` / `NSTextView` for editing rich text. A context object is provided for writing your own UI for common style operations.

## Topics

Expand Down
2 changes: 1 addition & 1 deletion Sources/EasyRichTextUI/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A set of tools and helpers for building your own rich text editor and encoding u

This package is a collection of two libraries:

- [**EasyRichText**](/): Utilities and helpers for creating your own rich text format, converting between old `NSAttributedString`, new `AttributedString`, and your rich text format.
- [**EasyRichText**](../): Utilities and helpers for creating your own rich text format, converting between old `NSAttributedString`, new `AttributedString`, and your rich text format.
- **EasyRichTextUI**: A SwiftUI view wrapping `UITextView` / `NSTextView` for editing rich text. A context object is provided for writing your own UI for common style operations.

## Topics
Expand Down
4 changes: 2 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/ /easyrichtext/documentation/easyrichtext
/ui /easyrichtextui/documentation/easyrichtextui
/ /EasyRichText/documentation/easyrichtext
/ui /EasyRichTextUI/documentation/easyrichtextui

0 comments on commit 3253ac1

Please sign in to comment.