Skip to content

Commit

Permalink
Merge pull request #15787 from agonzalezro/patch-1
Browse files Browse the repository at this point in the history
Fix broken links at plugins documentation
  • Loading branch information
calavera committed Aug 24, 2015
2 parents 9bac520 + 354147d commit 888d1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extend/plugins.md
Expand Up @@ -17,7 +17,7 @@ plugins.
## Types of plugins

Plugins extend Docker's functionality. They come in specific types. For
example, a [volume plugin](/extend/plugins_volume) might enable Docker
example, a [volume plugin](/docs/extend/plugins_volume.md) might enable Docker
volumes to persist across multiple Docker hosts.

Currently Docker supports volume and network driver plugins. In the future it
Expand Down Expand Up @@ -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](/extend/plugin_api).
under the hood, see the [docker plugins reference](/docs/extend/plugin_api.md).

0 comments on commit 888d1d0

Please sign in to comment.