Ver código fonte

Merge pull request #13836 from amylindburg/master

Update plugins.md
Jessie Frazelle 10 anos atrás
pai
commit
cd71c5ed43

+ 2 - 2
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
 

+ 3 - 3
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
 

+ 2 - 2
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