1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #15791 from agonzalezro/broken-links-revert

Revert "Fix broken links at plugins documentation"
This commit is contained in:
Sebastiaan van Stijn 2015-08-24 15:27:40 +02:00
commit 32053b965b

View file

@ -17,7 +17,7 @@ plugins.
## Types of plugins
Plugins extend Docker's functionality. They come in specific types. For
example, a [volume plugin](/docs/extend/plugins_volume.md) might enable Docker
example, a [volume plugin](/extend/plugins_volume) might enable Docker
volumes to persist across multiple Docker hosts.
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.
## 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](/docs/extend/plugin_api.md).
under the hood, see the [docker plugins reference](/extend/plugin_api).