Skip to content

Commit

Permalink
doc: Fix cross link.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Feb 20, 2024
1 parent 567f706 commit 8f234b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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**](https://ert.by.sb/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**](https://ert.by.sb): 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

0 comments on commit 8f234b7

Please sign in to comment.