From 6fd2cec7e0f833fb93b96e706fcb5dd1ff041c7d Mon Sep 17 00:00:00 2001 From: Ramon Date: Mon, 25 Jun 2018 09:58:15 -0300 Subject: [PATCH 1/2] Update extensibility.md Fix broken link to Plugins README.md. --- docs/extensibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensibility.md b/docs/extensibility.md index 9e3a33ebda8ea..561eb7f9f1694 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 From ea096b9a94c20fbfad24f6a77714e04595f0f7ef Mon Sep 17 00:00:00 2001 From: Ramon Date: Mon, 25 Jun 2018 10:04:36 -0300 Subject: [PATCH 2/2] Fix broken link --- edit-post/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-post/README.md b/edit-post/README.md index da5d35aecc41b..af78b310c4fd7 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`