summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsofiane belaribi <sofiane.belaribi@etu.univ-lyon1.fr>2018-12-21 13:49:20 +0000
committersofiane belaribi <sofiane.belaribi@etu.univ-lyon1.fr>2018-12-21 13:49:20 +0000
commit1ed71dbea2cfb0618421fd17c5a261b47a3c3882 (patch)
tree86867dbbf9911a0c5c3cb59545380007ac596e69
parent6f7b87d041d1f5f7b61e2eb0d9b546c1100041ab (diff)
downloadgitlab-ce-1ed71dbea2cfb0618421fd17c5a261b47a3c3882.tar.gz
Update mysql.md
-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