浏览代码

Merge pull request #25963 from yuexiao-wang/fix-repo

Modify incorrect repository URL
Justin Cormack 9 年之前
父节点
当前提交
a110512e38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/extend/plugins.md

+ 1 - 1
docs/extend/plugins.md

@@ -201,7 +201,7 @@ created from a Dockerfile as follows:
 the plugin._
 
 ```bash
-$ git clone github.com/vieux/docker-volume-sshfs
+$ git clone https://github.com/vieux/docker-volume-sshfs
 $ cd docker-volume-sshfs
 $ docker build -t rootfs .
 $ id=$(docker create rootfs true) # id was cd851ce43a403 when the image was created