From 755d84797415b72bb8f8bd3f14944a8eff45da90 Mon Sep 17 00:00:00 2001 From: Rafael Ramos Date: Wed, 31 Oct 2018 14:33:01 -0400 Subject: [PATCH] Update documentation link paths --- packages/edit-post/src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-post/src/README.md b/packages/edit-post/src/README.md index 74db4920f4c04..7dceb8f8b08a7 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`