mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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 <p.giarrusso@gmail.com>
This commit is contained in:
parent
a6a3c42b58
commit
c5f24c7902
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue