Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-05 01:47:39 +0300
committerEvan Read <eread@gitlab.com>2018-11-05 01:47:39 +0300
commitccc5b740820e983887b49f2c5d449280ce118ddf (patch)
tree410ad600bea8a30ec623d92b151b4df2bafe535b
parent9f7d75fd4eb2ee7717295c0941ac2c093ee1f70e (diff)
parentcb6c6fce4c136067f0234d0c397e856e14f7f0c3 (diff)
Merge branch 'patch-32' into 'master'
Update mysql.md with correct anchor link to "how services are linked" See merge request gitlab-org/gitlab-ce!22739
-rw-r--r--doc/ci/services/mysql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md
index 338368dbbc9..b76f9618fc9 100644
--- a/doc/ci/services/mysql.md
+++ b/doc/ci/services/mysql.md
@@ -31,7 +31,7 @@ Database: el_duderino
```
If you are wondering why we used `mysql` for the `Host`, read more at
-[How is service linked to the job](../docker/using_docker_images.md#how-is-service-linked-to-the-job).
+[How services are linked to the job](../docker/using_docker_images.md#how-services-are-linked-to-the-job).
You can also use any other docker image available on [Docker Hub][hub-mysql].
For example, to use MySQL 5.5 the service becomes `mysql:5.5`.