From ee685dca0da66a8525e97e7ced4e7b5cbcb91a96 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 5e700845a3..6e37682cd0 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -77,7 +77,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,