diff options
author | Denis Meiswinkel <denis.meiswinkel@gmail.com> | 2016-02-11 15:10:35 +0000 |
---|---|---|
committer | Denis Meiswinkel <denis.meiswinkel@gmail.com> | 2016-02-11 15:10:35 +0000 |
commit | 0008dc2f2b014a4090dbdb5be2d53a9f3de61010 (patch) | |
tree | 24f36059ec144f8ec41127220ec2f1f76bf29cb6 | |
parent | 9b1dfd3e81855c99b0ccb703d3aecc3f1a7ac7c9 (diff) | |
download | gitlab-ce-0008dc2f2b014a4090dbdb5be2d53a9f3de61010.tar.gz |
Fixed "Docker Fundamentals" link.
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index 63fe840b369..16a2ab8a83c 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -270,7 +270,7 @@ This will forcefully (`-f`) remove the `build` container, the two service containers as well as all volumes (`-v`) that were created with the container creation. -[Docker Fundamentals]: https://docs.docker.com/engine/introduction/understanding-docker/ +[Docker Fundamentals]: https://docs.docker.com/ [hub]: https://hub.docker.com/ [linking-containers]: https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/ [tutum/wordpress]: https://registry.hub.docker.com/u/tutum/wordpress/ |