diff --git a/docs/extensibility.md b/docs/extensibility.md index 9e3a33ebda8ea5..561eb7f9f16948 100644 --- a/docs/extensibility.md +++ b/docs/extensibility.md @@ -37,7 +37,7 @@ Learn more in the [Extending Blocks](../docs/extensibility/extending-blocks.md) Extending the editor UI can be accomplished with the `registerPlugin` API, allowing you to define all your plugin's UI elements in one place. -Refer to the [Plugins](https://github.com/WordPress/gutenberg/blob/master/plugins/README.md) and [Edit Post](https://github.com/WordPress/gutenberg/blob/master/edit-post/README.md) section for more information. +Refer to the [Plugins](https://github.com/WordPress/gutenberg/blob/master/packages/plugins/README.md) and [Edit Post](https://github.com/WordPress/gutenberg/blob/master/edit-post/README.md) section for more information. ## Meta Boxes diff --git a/edit-post/README.md b/edit-post/README.md index da5d35aecc41b2..af78b310c4fd76 100644 --- a/edit-post/README.md +++ b/edit-post/README.md @@ -6,7 +6,7 @@ Refer to [the plugins module documentation](../plugins/) for more information. ## Plugin Components -The following components can be used with the `registerPlugin` ([see documentation](../plugins)) API. +The following components can be used with the `registerPlugin` ([see documentation](../packages/plugins)) API. They can be found in the global variable `wp.editPost` when defining `wp-edit-post` as a script dependency. ### `PluginSidebar`