From c5f24c7902df5a48258056e799952200f250c5f2 Mon Sep 17 00:00:00 2001 From: "Paolo G. Giarrusso" Date: Tue, 10 Nov 2015 18:02:02 +0100 Subject: [PATCH] Fix link to installation instructions Fix #17872: > The script at https://get.docker.com/ links to https://docs.docker.com/en/latest/installation/, which gives a 404 error. The correct link is https://docs.docker.com/engine/installation/. Signed-off-by: Paolo G. Giarrusso --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index e306e75ac6..7acb3215db 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -439,7 +439,7 @@ do_install() { a package for Docker. Please visit the following URL for more detailed installation instructions: - https://docs.docker.com/en/latest/installation/ + https://docs.docker.com/engine/installation/ EOF exit 1