소스 검색

Merge pull request #28819 from yuexiao-wang/modify-link

Modify the link about config.json for docker plugin create
Sebastiaan van Stijn 8 년 전
부모
커밋
f06c2f230a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/plugin_create.md

+ 1 - 1
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`.