diff --git a/packages/edit-post/src/README.md b/packages/edit-post/src/README.md index 74db4920f4c047..7dceb8f8b08a73 100644 --- a/packages/edit-post/src/README.md +++ b/packages/edit-post/src/README.md @@ -2,11 +2,11 @@ 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 module documentation](../packages/plugins/) for more information. +Refer to [the plugins module documentation](../../plugins/) for more information. ## Plugin Components -The following components can be used with the `registerPlugin` ([see documentation](../packages/plugins)) API. +The following components can be used with the `registerPlugin` ([see documentation](../../plugins)) API. They can be found in the global variable `wp.editPost` when defining `wp-edit-post` as a script dependency. ### `PluginBlockSettingsMenuItem`