summaryrefslogtreecommitdiff
path: root/doc/development/gitaly.md
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/development/gitaly.md
parenteb377b85def270e44ea476fc37c045c9a3de6473 (diff)
downloadgitlab-ce-2040649bbaf5bf5ca01c1d9fc25189f206a0bb50.tar.gz
Docs: Fix anchors related to variables doc
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r--doc/development/gitaly.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index 27b69ba8278..f8cf2a7fdc6 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -192,7 +192,7 @@ GITALY_REPO_URL=https://gitlab+deploy-token-1000:token-here@gitlab.com/nick.thom
To use a custom Gitaly repository in CI, for instance if you want your
GitLab fork to always use your own Gitaly fork, set `GITALY_REPO_URL`
-as a [CI environment variable](../ci/variables/README.md#variables).
+as a [CI environment variable](../ci/variables/README.md#gitlab-cicd-environment-variables).
---