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