diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-04-08 12:32:38 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-08 12:32:38 +0000 |
commit | 2040649bbaf5bf5ca01c1d9fc25189f206a0bb50 (patch) | |
tree | c3250ef76483ce33b34844646333e7cc6b60d839 /doc/README.md | |
parent | eb377b85def270e44ea476fc37c045c9a3de6473 (diff) | |
download | gitlab-ce-2040649bbaf5bf5ca01c1d9fc25189f206a0bb50.tar.gz |
Docs: Fix anchors related to variables doc
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index aead50ea97e..14a1eeffda0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -288,7 +288,7 @@ The following documentation relates to the DevOps **Configure** stage: | [GitLab ChatOps](ci/chatops/README.md) | Interact with CI/CD jobs through chat services. | | [Installing Applications](user/project/clusters/index.md#installing-applications) | Deploy Helm, Ingress, and Prometheus on Kubernetes. | | [Mattermost slash commands](user/project/integrations/mattermost_slash_commands.md) | Enable and use slash commands from within Mattermost. | -| [Protected variables](ci/variables/README.md#protected-variables) | Restrict variables to protected branches and tags. | +| [Protected variables](ci/variables/README.md#protected-environment-variables) | Restrict variables to protected branches and tags. | | [Serverless](user/project/clusters/serverless/index.md) | Run serverless workloads on Kubernetes. | | [Slack slash commands](user/project/integrations/slack_slash_commands.md) | Enable and use slash commands from within Slack. | |