Fixed URLs in examples

This commit is contained in:
Misty Stanley-Jones 2016-11-02 13:36:02 -07:00
parent a42c61a6ef
commit c13359b741
1 changed files with 1 additions and 1 deletions

View File

@ -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