Skip to content

Commit

Permalink
Fix broken links in documentation (#7532)
Browse files Browse the repository at this point in the history
* Update extensibility.md

Fix broken link to Plugins README.md.

* Fix broken link
  • Loading branch information
Rahmon authored and tofumatt committed Jun 25, 2018
1 parent d5657c4 commit f143608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/extensibility.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion edit-post/README.md
Expand Up @@ -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`
Expand Down

0 comments on commit f143608

Please sign in to comment.