Update plugins.md

Fixed broken link.

Signed-off-by: Amy Lindburg <amy.lindburg@docker.com>

Update plugins.md

Some other broken links!

Signed-off-by: Amy Lindburg <amy.lindburg@docker.com>

Update plugin_api.md

FIxing broken links.

Signed-off-by: Amy Lindburg <amy.lindburg@docker.com>

Update plugins_volume.md

Fixing more links.

Signed-off-by: Amy Lindburg <amy.lindburg@docker.com>
master
Amy Lindburg 2015-06-09 22:20:48 -07:00 committed by Tibor Vass
parent 6e8bfc5d5e
commit 097c3c2e8e
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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