Updating hashcode links to commands

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony
2015-08-18 12:25:59 -07:00
parent 215a1136f7
commit 85c2c77188
4 changed files with 12 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ Lastly, we've specified a command for our container to run: `python app.py`. Thi
> **Note:**
> You can see more detail on the `docker run` command in the [command
> reference](/reference/commandline/cli/#run) and the [Docker Run
> reference](/reference/commandline/run) and the [Docker Run
> Reference](/reference/run/).
## Viewing our web application container