瀏覽代碼

Merge pull request #8564 from tiborvass/remove-docker-dot-io

change docs.docker.io to docs.docker.com in install script
Michael Crosby 10 年之前
父節點
當前提交
dc243c812b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/install.sh

+ 1 - 1
hack/install.sh

@@ -208,7 +208,7 @@ cat >&2 <<'EOF'
   a package for Docker.  Please visit the following URL for more detailed
   installation instructions:
 
-    http://docs.docker.io/en/latest/installation/
+    https://docs.docker.com/en/latest/installation/
 
 EOF
 exit 1