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:
authorAndreas Volkmann <avolkmann@me.com>2018-11-01 07:00:05 +0300
committerAndreas Volkmann <avolkmann@me.com>2018-11-01 07:00:05 +0300
commitbbc42122e066d2963071f7e8ffb1f377a542a499 (patch)
tree1aff78111ec00f7a4696119b8688a03ef74c35a3 /doc/ci/services
parent31733b6fc5a9ba4443a5dd279e787e2fd8e31c6d (diff)
Update mysql.md with correct anchor link to "how services are linked"
Diffstat (limited to 'doc/ci/services')
-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..3475f4d008e 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 is service 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`.