Преглед изворни кода

Merge pull request #15787 from agonzalezro/patch-1

Fix broken links at plugins documentation
David Calavera пре 10 година
родитељ
комит
888d1d0e20
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/extend/plugins.md

+ 2 - 2
docs/extend/plugins.md

@@ -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
@@ -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).