summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-06 14:14:23 +1000
committerEvan Read <eread@gitlab.com>2019-02-06 14:14:23 +1000
commit82a6f87ed0ded6251972e4c739df6a234e492396 (patch)
tree4a37f4902633746667a5dd6542199633eb492e94 /doc/ci/yaml
parentd8e24e9d3896443e4b46c99a9b61a59d2a1acb2e (diff)
downloadgitlab-ce-82a6f87ed0ded6251972e4c739df6a234e492396.tar.gz
Fix many 'when manual' anchorsdocs/fix-anchors-for-manual-actions
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index df14376dd36..984878b6c9b 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -776,7 +776,7 @@ In the above example we set up the `review_app` job to deploy to the `review`
environment, and we also defined a new `stop_review_app` job under `on_stop`.
Once the `review_app` job is successfully finished, it will trigger the
`stop_review_app` job based on what is defined under `when`. In this case we
-set it up to `manual` so it will need a [manual action](#manual-actions) via
+set it up to `manual` so it will need a [manual action](#whenmanual) via
GitLab's web interface in order to run.
The `stop_review_app` job is **required** to have the following keywords defined: