From 80f48778b23afd6017de248b706d2d840661fc6f 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 Upstream-commit: e5e0baa6d4651dd0182413f0db622ab82e53841f Component: engine --- components/engine/hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/install.sh b/components/engine/hack/install.sh index bd45efd720..9652e4672d 100755 --- a/components/engine/hack/install.sh +++ b/components/engine/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