From a0ea1589931098d1b09f7ad8a85468e21b362523 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 Upstream-commit: 2bf81f0efb8071674ea7ef2b19827c58e188181b Component: cli --- components/cli/docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/run.md b/components/cli/docs/reference/commandline/run.md index 809a8aa495..a7bd36ee51 100644 --- a/components/cli/docs/reference/commandline/run.md +++ b/components/cli/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,