Skip to content

Commit

Permalink
Fix: Custom block editor link (WordPress#61962)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <[email protected]>
  • Loading branch information
2 people authored and carstingaxion committed Jun 4, 2024
1 parent 5d09e75 commit 5a5346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ registerCoreBlocks();

Any components in this package that have a counterpart in [@wordpress/components](/packages/components/README.md) are an extension of those components.

Unless you're [creating an editor](docs/how-to-guides/platform/custom-block-editor/README.md), it is recommended that the components in @wordpress/components should be used rather than the ones in this package as these components have been customized for use in an editor and may result in unexpected behaviour if used outside of this context.
Unless you're [creating an editor](/docs/how-to-guides/platform/custom-block-editor.md), it is recommended that the components in @wordpress/components should be used rather than the ones in this package as these components have been customized for use in an editor and may result in unexpected behaviour if used outside of this context.

<!-- START TOKEN(Autogenerated API docs) -->

Expand Down

0 comments on commit 5a5346b

Please sign in to comment.