Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
(cherry picked from commit 4e970c1e5a2b16f9408f530037e65595810cc5d7)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -26,7 +26,7 @@ Options: |
| 26 | 26 |
``` |
| 27 | 27 |
|
| 28 | 28 |
Creates a plugin. Before creating the plugin, prepare the plugin's root filesystem as well as |
| 29 |
-the config.json (https://github.com/docker/docker/blob/master/docs/extend/config.md) |
|
| 29 |
+[the config.json](../../extend/config.md) |
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 | 32 |
The following example shows how to create a sample `plugin`. |