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
This commit is contained in:
Evan Read 2018-11-04 22:47:39 +00:00
commit ccc5b74082
1 changed files with 1 additions and 1 deletions

View File

@ -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`.