summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-01-02 00:02:33 +0000
committerEvan Read <eread@gitlab.com>2019-01-02 00:02:33 +0000
commit285da8d05254917f647b87a7f720bf389861bd24 (patch)
tree7d3b2085d7a6c1df8db008381e0bf2d6dcbb62b9
parent27e7625ea7c7b3c9acc8ac511f1bdd4c8d3232f6 (diff)
parent1ed71dbea2cfb0618421fd17c5a261b47a3c3882 (diff)
downloadgitlab-ce-285da8d05254917f647b87a7f720bf389861bd24.tar.gz
Merge branch 'patch-37' into 'master'
Update mysql.md - broken link See merge request gitlab-org/gitlab-ce!23988
-rw-r--r--doc/ci/services/mysql.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md
index b76f9618fc9..2902c30c7c0 100644
--- a/doc/ci/services/mysql.md
+++ b/doc/ci/services/mysql.md
@@ -16,7 +16,7 @@ services:
- mysql:latest
variables:
- # Configure mysql environment variables (https://hub.docker.com/r/_/mysql/)
+ # Configure mysql environment variables (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE: el_duderino
MYSQL_ROOT_PASSWORD: mysql_strong_password
```
@@ -114,5 +114,5 @@ available [shared runners](../runners/README.md).
Want to hack on it? Simply fork it, commit and push your changes. Within a few
moments the changes will be picked by a public runner and the job will begin.
-[hub-mysql]: https://hub.docker.com/r/_/mysql/
+[hub-mysql]: https://hub.docker.com/_/mysql/
[mysql-example-repo]: https://gitlab.com/gitlab-examples/mysql