Browse code

fix broken link

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2016/08/17 06:56:47
Showing 4 changed files
... ...
@@ -17,3 +17,4 @@ weight = 0
17 17
 Currently, you can extend Docker Engine by adding a plugin. This section contains the following topics:
18 18
 
19 19
 * [Understand Docker plugins](plugins.md)
20
+* [Write a volume plugin](plugins_volume.md)
... ...
@@ -97,7 +97,7 @@ started without error.
97 97
     <content of /remote on machine 1.2.3.4>
98 98
     ```
99 99
 
100
-5. Verify the plugin successfully crated the volume.
100
+5. Verify the plugin successfully created the volume.
101 101
 
102 102
     ```bash
103 103
     $ docker volume ls
... ...
@@ -109,7 +109,7 @@ started without error.
109 109
     You can stop a plugin with the `docker plugin disable`
110 110
     command or remove a plugin with `docker plugin remove`.
111 111
 
112
-See the [command line reference](../engine/reference/commandline/) for more
112
+See the [command line reference](../reference/commandline/index.md) for more
113 113
 information.
114 114
 
115 115
 ## How to develop a plugin
... ...
@@ -11,10 +11,6 @@ weight=6
11 11
 
12 12
 # Write a volume plugin
13 13
 
14
-This document describes Docker Engine volume plugins generally available in
15
-Docker Engine 1.12 and earlier. To view information on plugins managed by Docker
16
-Engine, refer to [Docker Engine plugin system](plugins.md).
17
-
18 14
 Docker Engine volume plugins enable Engine deployments to be integrated with
19 15
 external storage systems, such as Amazon EBS, and enable data volumes to persist
20 16
 beyond the lifetime of a single Engine host. See the [plugin
... ...
@@ -537,7 +537,7 @@ built-in network drivers. For example:
537 537
 You can inspect it, add containers to and from it, and so forth. Of course,
538 538
 different plugins may make use of different technologies or frameworks. Custom
539 539
 networks can include features not present in Docker's default networks. For more
540
-information on writing plugins, see [Extending Docker](../../extend/index.md) and
540
+information on writing plugins, see [Extending Docker](../../extend/plugins.md) and
541 541
 [Writing a network driver plugin](../../extend/plugins_network.md).
542 542
 
543 543
 ### Docker embedded DNS server