Skip to content

Commit

Permalink
docs: fix links in rich-text referencing old lexical sections (#9972)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhrarovsaid authored Dec 16, 2024
1 parent b0d648b commit c50f423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rich-text/building-custom-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This allows you to add i18n translations scoped to your feature. This specific e

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

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).
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).

```ts
import { createServerFeature } from '@payloadcms/richtext-lexical';
Expand Down
2 changes: 1 addition & 1 deletion docs/rich-text/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Notice how even the toolbars are features? That's how extensible our lexical edi

## Creating your own, custom Feature

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

## TypeScript

Expand Down

0 comments on commit c50f423

Please sign in to comment.