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-02 10:33:18 +0300
committerAndreas Volkmann <avolkmann@me.com>2018-11-02 10:33:18 +0300
commitcb6c6fce4c136067f0234d0c397e856e14f7f0c3 (patch)
tree51386c76d76c8ff83747dfb8d37d64bc345c780f /doc/ci/services
parentbbc42122e066d2963071f7e8ffb1f377a542a499 (diff)
Update mysql.md
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 3475f4d008e..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-services-are-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`.