From c13359b74162bd2a8bbad99220ba9caa4694c82c Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 2 Nov 2016 13:36:02 -0700 Subject: [PATCH] Fixed URLs in examples --- engine/examples/mongodb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/examples/mongodb.md b/engine/examples/mongodb.md index 53ea762c60..5c131fd6a4 100644 --- a/engine/examples/mongodb.md +++ b/engine/examples/mongodb.md @@ -113,7 +113,7 @@ ENTRYPOINT ["/usr/bin/mongod"] Now save the file and let's build our image. -> **Note:** The full version of this `Dockerfile` can be found [here](https://github.com/docker/docker/blob/master/docs/examples/mongodb/Dockerfile). +> **Note:** The full version of this `Dockerfile` can be found [here](https://github.com/docker/docker.github.io/blob/master/engine/examples/mongodb/Dockerfile). ## Building the MongoDB Docker image