summaryrefslogtreecommitdiff
path: root/doc/ci/review_apps
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/review_apps
parentd8e24e9d3896443e4b46c99a9b61a59d2a1acb2e (diff)
downloadgitlab-ce-82a6f87ed0ded6251972e4c739df6a234e492396.tar.gz
Fix many 'when manual' anchorsdocs/fix-anchors-for-manual-actions
Diffstat (limited to 'doc/ci/review_apps')
-rw-r--r--doc/ci/review_apps/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 8b3a7b63e62..f4d7b9ad194 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -60,7 +60,7 @@ To get a better understanding of Review Apps, review documentation on how enviro
1. Learn about [environments](../environments.md) and their role in the development workflow.
1. Learn about [CI variables](../variables/README.md) and how they can be used in your CI jobs.
1. Explore the [`environment` syntax](../yaml/README.md#environment) as defined in `.gitlab-ci.yml`. This will become a primary reference.
-1. Additionally, find out about [manual actions](../environments.md#manual-actions) and how you can use them to deploy to critical environments like production with the push of a button.
+1. Additionally, find out about [manual actions](../environments.md#manually-deploying-to-environments) and how you can use them to deploy to critical environments like production with the push of a button.
1. Follow the [example tutorials](#examples). These will guide you through setting up infrastructure and using Review Apps.
### Configuring dynamic environments