From 542df6313345e18ede07efcf18287351f25ef79c 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
Upstream-commit: c5f24c7902df5a48258056e799952200f250c5f2
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 e306e75ac6..7acb3215db 100755
--- a/components/engine/hack/install.sh
+++ b/components/engine/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