diff --git a/docs/reference/commandline/plugin_create.md b/docs/reference/commandline/plugin_create.md index 83111ea723..a778fb197f 100644 --- a/docs/reference/commandline/plugin_create.md +++ b/docs/reference/commandline/plugin_create.md @@ -26,7 +26,7 @@ Options: ``` Creates a plugin. Before creating the plugin, prepare the plugin's root filesystem as well as -the config.json (https://github.com/docker/docker/blob/master/docs/extend/config.md) +[the config.json](../../extend/config.md) The following example shows how to create a sample `plugin`.