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/ci/triggers | |
parent | eb377b85def270e44ea476fc37c045c9a3de6473 (diff) | |
download | gitlab-ce-2040649bbaf5bf5ca01c1d9fc25189f206a0bb50.tar.gz |
Docs: Fix anchors related to variables doc
Diffstat (limited to 'doc/ci/triggers')
-rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index 398b017277f..0e72bdddee7 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -20,7 +20,7 @@ A unique trigger token can be obtained when [adding a new trigger](#adding-a-new DANGER: **Danger:** Passing plain text tokens in public projects is a security issue. Potential attackers can impersonate the user that exposed their trigger token publicly in -their `.gitlab-ci.yml` file. Use [variables](../variables/README.md#variables) +their `.gitlab-ci.yml` file. Use [variables](../variables/README.md#gitlab-cicd-environment-variables) to protect trigger tokens. ## Adding a new trigger |