From 90dab0778ca41b376ca021f4496853d6d7692373 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Fri, 25 Nov 2016 18:33:04 +0800 Subject: [PATCH] Modify the link for config.json Signed-off-by: yuexiao-wang (cherry picked from commit 4e970c1e5a2b16f9408f530037e65595810cc5d7) Signed-off-by: Victor Vieux --- docs/reference/commandline/plugin_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.