From 2bf81f0efb8071674ea7ef2b19827c58e188181b Mon Sep 17 00:00:00 2001 From: Mohammed Aaqib Ansari Date: Sat, 11 Jul 2015 14:10:54 -0400 Subject: [PATCH] Fixing dangling link in docs/reference/commandline/run.md Signed-off-by: Mohammed Aaqib Ansari --- docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 809a8aa495..a7bd36ee51 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -81,7 +81,7 @@ There is detailed information about `docker run` in the [Docker run reference]( /reference/run/). The `docker run` command can be used in combination with `docker commit` to -[*change the command that a container runs*](#commit-an-existing-container). +[*change the command that a container runs*](/reference/commandline/commit). See the [Docker User Guide](/userguide/dockerlinks/) for more detailed information about the `--expose`, `-p`, `-P` and `--link` parameters,