summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-12 00:36:53 +0000
committerEvan Read <eread@gitlab.com>2019-06-12 00:36:53 +0000
commitc6152f3d28fd609600eeea10fbd38202b33af2d9 (patch)
tree84622aa865abbd6a775615443e7d84de694a9689
parentb59da27cdbd9a772e5c9fa25d0a23c8128191d4f (diff)
parente5a84b279cd2d587b189d7b5ec59af3513662df6 (diff)
downloadgitlab-ce-c6152f3d28fd609600eeea10fbd38202b33af2d9.tar.gz
Merge branch 'patch-71' into 'master'
Fixed documentationmarkdown link in Docker compose note Closes #63114 See merge request gitlab-org/gitlab-ce!29502
-rw-r--r--doc/ci/docker/using_docker_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index d8068bbb7f0..b4c4bea6447 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -90,7 +90,7 @@ The second approach is to use the special docker-in-docker (dind)
(`docker`) and run the job script in context of that
image in privileged mode.
-NOTE: **Note:** `docker-compose` is not part of docker-in-docker (dind). In case you'd like to use `docker-compose` in your CI builds, please follow the (installation instructions for docker-compose)[https://docs.docker.com/compose/install/] provided by docker.
+NOTE: **Note:** `docker-compose` is not part of docker-in-docker (dind). In case you'd like to use `docker-compose` in your CI builds, please follow the [installation instructions for docker-compose](https://docs.docker.com/compose/install/) provided by docker.
In order to do that, follow the steps: