Skip to content

Commit c50f423

Browse files
authored
docs: fix links in rich-text referencing old lexical sections (#9972)
1 parent b0d648b commit c50f423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rich-text/building-custom-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This allows you to add i18n translations scoped to your feature. This specific e
7979

8080
### Markdown Transformers#server-feature-markdown-transformers
8181

82-
The Server Feature, just like the Client Feature, allows you to add markdown transformers. Markdown transformers on the server are used when [converting the editor from or to markdown](/docs/lexical/converters#markdown-lexical).
82+
The Server Feature, just like the Client Feature, allows you to add markdown transformers. Markdown transformers on the server are used when [converting the editor from or to markdown](/docs/rich-text/converters#markdown-lexical).
8383

8484
```ts
8585
import { createServerFeature } from '@payloadcms/richtext-lexical';

docs/rich-text/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Notice how even the toolbars are features? That's how extensible our lexical edi
180180

181181
## Creating your own, custom Feature
182182

183-
You can find more information about creating your own feature in our [building custom feature docs](/docs/lexical/building-custom-features).
183+
You can find more information about creating your own feature in our [building custom feature docs](/docs/rich-text/building-custom-features).
184184

185185
## TypeScript
186186

0 commit comments

Comments
 (0)