diff --git a/experimental/plugin_api.md b/experimental/plugin_api.md index ad83ffd0..9309b284 100644 --- a/experimental/plugin_api.md +++ b/experimental/plugin_api.md @@ -5,9 +5,9 @@ Docker Engine. This page is intended for people who want to develop their own Docker plugin. If you just want to learn about or use Docker plugins, look -[here](/userguide/plugins). +[here](/experimental/plugins.md). -This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md). +This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md). ## What plugins are diff --git a/experimental/plugins.md b/experimental/plugins.md index 0b7ca42a..9ba4f929 100644 --- a/experimental/plugins.md +++ b/experimental/plugins.md @@ -3,12 +3,12 @@ You can extend the capabilities of the Docker Engine by loading third-party plugins. -This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md). +This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md). ## Types of plugins Plugins extend Docker's functionality. They come in specific types. For -example, a [volume plugin](/experimental/plugins_volume) might enable Docker +example, a [volume plugin](/experimental/plugins_volume.md) might enable Docker volumes to persist across multiple Docker hosts. Currently Docker supports volume plugins. In the future it will support @@ -35,7 +35,7 @@ of the plugin for help. The Docker team may not be able to assist you. ## Writing a plugin If you are interested in writing a plugin for Docker, or seeing how they work -under the hood, see the [docker plugins reference](/experimental/plugin_api). +under the hood, see the [docker plugins reference](/experimental/plugin_api.md). # Related GitHub PRs and issues diff --git a/experimental/plugins_volume.md b/experimental/plugins_volume.md index fe2ab0dc..cc74796f 100644 --- a/experimental/plugins_volume.md +++ b/experimental/plugins_volume.md @@ -2,10 +2,10 @@ Docker volume plugins enable Docker deployments to be integrated with external storage systems, such as Amazon EBS, and enable data volumes to persist beyond -the lifetime of a single Docker host. See the [plugin documentation](/experimental/plugins) +the lifetime of a single Docker host. See the [plugin documentation](/experimental/plugins.md) for more information. -This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md). +This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md). # Command-line changes