Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix links in rich-text referencing old lexical sections #9972

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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