Browse code

Fix broken links at plugins documentation

Signed-off-by: Álex González <agonzalezro@gmail.com>

Alexandre González authored on 2015/08/24 18:44:08
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@ plugins.
17 17
 ## Types of plugins
18 18
 
19 19
 Plugins extend Docker's functionality.  They come in specific types.  For
20
-example, a [volume plugin](/extend/plugins_volume) might enable Docker
20
+example, a [volume plugin](/docs/extend/plugins_volume.md) might enable Docker
21 21
 volumes to persist across multiple Docker hosts.
22 22
 
23 23
 Currently Docker supports volume and network driver plugins. In the future it
... ...
@@ -62,4 +62,4 @@ of the plugin for help. The Docker team may not be able to assist you.
62 62
 ## Writing a plugin
63 63
 
64 64
 If you are interested in writing a plugin for Docker, or seeing how they work
65
-under the hood, see the [docker plugins reference](/extend/plugin_api).
65
+under the hood, see the [docker plugins reference](/docs/extend/plugin_api.md).