summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Rushton <erushton@gitlab.com>2019-07-23 22:29:17 +0000
committerElliot Rushton <erushton@gitlab.com>2019-07-23 22:29:17 +0000
commit807bfa8929d7093995f6ae5479ed1d22be73dda1 (patch)
treeaf6fa068d4594fa2befb50c6cd388a8f81d6a4cc
parent3dca08f2e5b732b799e894656e8d3f2e04162a07 (diff)
downloadgitlab-ce-docs-set-service-variables-tip.tar.gz
Apply suggestion to doc/ci/services/mysql.mddocs-set-service-variables-tip
-rw-r--r--doc/ci/services/mysql.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md
index adecbf567c8..9ea113969c8 100644
--- a/doc/ci/services/mysql.md
+++ b/doc/ci/services/mysql.md
@@ -27,7 +27,8 @@ variables:
NOTE: **Note:**
The `MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables can't be set in the GitLab UI.
-To set them, assign them to a variable [in the UI](https://docs.gitlab.com/ee/ci/variables/#via-the-ui), and then assign that variable to the
+To set them, assign them to a variable [in the UI](../variables/README.md#via-the-ui),
+and then assign that variable to the
`MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables in your `.gitlab-ci.yml`.
And then configure your application to use the database, for example: