diff options
Diffstat (limited to 'doc/ci/services/postgres.md')
-rw-r--r-- | doc/ci/services/postgres.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/postgres.md b/doc/ci/services/postgres.md index cf34c28497e..2f92bd969ff 100644 --- a/doc/ci/services/postgres.md +++ b/doc/ci/services/postgres.md @@ -29,7 +29,7 @@ variables: NOTE: **Note:** The `POSTGRES_DB`, `POSTGRES_USER`, `POSTGRES_PASSWORD` and `POSTGRES_HOST_AUTH_METHOD` variables can't be set in the GitLab UI. To set them, assign them to a variable -[in the UI](../variables/README.md#via-the-ui), and then assign that +[in the UI](../variables/README.md#create-a-custom-variable-in-the-ui), and then assign that variable to the `POSTGRES_DB`, `POSTGRES_USER`, `POSTGRES_PASSWORD` and `POSTGRES_HOST_AUTH_METHOD` variables in your `.gitlab-ci.yml`. |