summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-11 17:58:26 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-11 17:58:26 +0000
commitc9919f3b1443b3e7d18d109954c41119ee6c292d (patch)
tree3948bdfe680754d7b35a78b94e603210693464b6
parent973a7d040e9dc39fba69015df0123619d3931093 (diff)
parent7e904ab37bede9c20d4cd89637cc32b1a42c2b6a (diff)
downloadgitlab-ce-c9919f3b1443b3e7d18d109954c41119ee6c292d.tar.gz
Merge branch 'patch-1' into 'master'
Fixed "Docker Fundamentals" link in GitLab Documentation. I noticed that the *Docker Fundamentals* link in the *Using Docker Images* part of the GitLab Documentation is broken. Screenshot: ![broken-link](/uploads/8d2fc782b2f5d4f3316a631f801cd3c7/broken-link.png) Changing it to "https://docs.docker.com/" should fix the problem. See merge request !2786
-rw-r--r--doc/ci/docker/using_docker_images.md2
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..bd748f1b986 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/engine/understanding-docker/
[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/