Signed-off-by: Mohammed Aaqib Ansari <maaquib@gmail.com>
| ... | ... |
@@ -77,7 +77,7 @@ There is detailed information about `docker run` in the [Docker run reference]( |
| 77 | 77 |
/reference/run/). |
| 78 | 78 |
|
| 79 | 79 |
The `docker run` command can be used in combination with `docker commit` to |
| 80 |
-[*change the command that a container runs*](#commit-an-existing-container). |
|
| 80 |
+[*change the command that a container runs*](/reference/commandline/commit). |
|
| 81 | 81 |
|
| 82 | 82 |
See the [Docker User Guide](/userguide/dockerlinks/) for more detailed |
| 83 | 83 |
information about the `--expose`, `-p`, `-P` and `--link` parameters, |