Przeglądaj źródła

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

change docs.docker.io to docs.docker.com in install script
Michael Crosby 10 lat temu
rodzic
commit
dc243c812b
1 zmienionych plików z 1 dodań i 1 usunięć
  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