From bbc42122e066d2963071f7e8ffb1f377a542a499 Mon Sep 17 00:00:00 2001 From: Andreas Volkmann Date: Thu, 1 Nov 2018 04:00:05 +0000 Subject: Update mysql.md with correct anchor link to "how services are linked" --- doc/ci/services/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci/services/mysql.md') 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`. -- cgit v1.2.1 From cb6c6fce4c136067f0234d0c397e856e14f7f0c3 Mon Sep 17 00:00:00 2001 From: Andreas Volkmann Date: Fri, 2 Nov 2018 07:33:18 +0000 Subject: Update mysql.md --- doc/ci/services/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci/services/mysql.md') 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`. -- cgit v1.2.1