From e5e0baa6d4651dd0182413f0db622ab82e53841f Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Tue, 14 Oct 2014 13:41:52 -0400 Subject: [PATCH] change docs.docker.io to docs.docker.com in install script Signed-off-by: Tibor Vass --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index bd45efd720..9652e4672d 100755 --- a/hack/install.sh +++ b/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