diff options
author | Andreas Volkmann <avolkmann@me.com> | 2018-11-01 04:00:05 +0000 |
---|---|---|
committer | Andreas Volkmann <avolkmann@me.com> | 2018-11-01 04:00:05 +0000 |
commit | bbc42122e066d2963071f7e8ffb1f377a542a499 (patch) | |
tree | 1aff78111ec00f7a4696119b8688a03ef74c35a3 | |
parent | 31733b6fc5a9ba4443a5dd279e787e2fd8e31c6d (diff) | |
download | gitlab-ce-bbc42122e066d2963071f7e8ffb1f377a542a499.tar.gz |
Update mysql.md with correct anchor link to "how services are linked"
-rw-r--r-- | doc/ci/services/mysql.md | 2 |
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`. |