summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-04-08 12:32:38 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-08 12:32:38 +0000
commit2040649bbaf5bf5ca01c1d9fc25189f206a0bb50 (patch)
treec3250ef76483ce33b34844646333e7cc6b60d839 /doc/user/project
parenteb377b85def270e44ea476fc37c045c9a3de6473 (diff)
downloadgitlab-ce-2040649bbaf5bf5ca01c1d9fc25189f206a0bb50.tar.gz
Docs: Fix anchors related to variables doc
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/clusters/index.md2
-rw-r--r--doc/user/project/pipelines/settings.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 878d30dddaa..44af9251107 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -545,7 +545,7 @@ The result will then be:
## Deployment variables
The Kubernetes cluster integration exposes the following
-[deployment variables](../../../ci/variables/README.md#deployment-variables) in the
+[deployment variables](../../../ci/variables/README.md#deployment-environment-variables) in the
GitLab CI/CD build environment.
| Variable | Description |
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index 4a989afad4d..8b762307ac4 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -182,4 +182,4 @@ https://example.gitlab.com/<namespace>/<project>/badges/<branch>/coverage.svg?st
## Environment Variables
-[Environment variables](../../../ci/variables/README.html#variables) can be set in an environment to be available to a runner.
+[Environment variables](../../../ci/variables/README.html#gitlab-cicd-environment-variables) can be set in an environment to be available to a runner.