From dc0ca081e02534b2eec3ffd2cb13aad34f9f78ad Mon Sep 17 00:00:00 2001 From: Christian Resell Date: Thu, 6 Jul 2017 01:47:53 +0200 Subject: [PATCH] Update link to post-install in debian.md (#3780) Got a 404 when trying to click the post-install link in the Debian guide under "next steps" The link at the bottom of the page works. --- engine/installation/linux/docker-ce/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/docker-ce/debian.md b/engine/installation/linux/docker-ce/debian.md index 761897cc16..679797aabd 100644 --- a/engine/installation/linux/docker-ce/debian.md +++ b/engine/installation/linux/docker-ce/debian.md @@ -244,7 +244,7 @@ from the repository. container runs, it prints an informational message and exits. Docker CE is installed and running. You need to use `sudo` to run Docker -commands. Continue to [Linux postinstall](linux-postinstall.md) to allow +commands. Continue to [Linux postinstall](/engine/installation/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps.