Skip to content

Commit

Permalink
chore(rich-text): update url for plate []
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishelgert committed Jul 18, 2024
1 parent 7a1a1a2 commit f10a43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rich-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ You will need to adapt your fork to work with v2. Here is a highlight of the maj
This package is based on [Slate][slate] & [Plate][plate] and also borrows some of their code. Without them, this project would not have been possible.

[slate]: https://www.slatejs.org/
[plate]: https://plate.udecode.io/
[plate]: https://platejs.org/
2 changes: 1 addition & 1 deletion packages/rich-text/src/internal/types/editor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* https://plate.udecode.io/docs/typescript
* https://platejs.org/docs/typescript
*/
import { MARKS } from '@contentful/rich-text-types';
import * as p from '@udecode/plate-common';
Expand Down

0 comments on commit f10a43c

Please sign in to comment.