Browse code

Revert "Fix broken links at plugins documentation"

This reverts commit 354147df012dd35f82e59e3511d9be4fc7610352.

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

Álex González authored on 2015/08/24 19:45:31
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](/docs/extend/plugins_volume.md) might enable Docker
20
+example, a [volume plugin](/extend/plugins_volume) 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](/docs/extend/plugin_api.md).
65
+under the hood, see the [docker plugins reference](/extend/plugin_api).