summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSven Dowideit <SvenDowideit@home.org.au>2016-05-27 21:29:47 +0000
committerSven Dowideit <SvenDowideit@home.org.au>2016-05-27 21:29:47 +0000
commit90fba58df9caf98b3d1573dbeba34e8d7858d188 (patch)
treef97de58965685a43f1139ced5ffcd37e780639bf /docs
parent86b5ed1a84b5046089abcfded8922d6dc7e318a2 (diff)
Fix links
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Diffstat (limited to 'docs')
-rw-r--r--docs/gettingstarted.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md
index 60482bce..ff944177 100644
--- a/docs/gettingstarted.md
+++ b/docs/gettingstarted.md
@@ -137,8 +137,8 @@ The `redis` service uses the latest public [Redis](https://registry.hub.docker.c
2. Enter `http://0.0.0.0:5000/` in a browser to see the application running.
If you're using Docker on Linux natively, then the web app should now be
- listening on port 5000 on your Docker daemon host. If http://0.0.0.0:5000
- doesn't resolve, you can also try http://localhost:5000.
+ listening on port 5000 on your Docker daemon host. If `http://0.0.0.0:5000`
+ doesn't resolve, you can also try `http://localhost:5000`.
If you're using Docker Machine on a Mac, use `docker-machine ip MACHINE_VM` to get
the IP address of your Docker host. Then, `open http://MACHINE_VM_IP:5000` in a