summaryrefslogtreecommitdiff
path: root/doc/user/project/merge_requests
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-08 13:50:59 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-08 13:50:59 +0000
commite04ca9a6c769ceee19aeb41861f94ff4fc0f1fa3 (patch)
tree47344d74077e6180f5f45eede3bfb0938d486aa2 /doc/user/project/merge_requests
parent4135d8935c2fc7f920549a481834e8f1b5198be4 (diff)
parent82a6f87ed0ded6251972e4c739df6a234e492396 (diff)
downloadgitlab-ce-e04ca9a6c769ceee19aeb41861f94ff4fc0f1fa3.tar.gz
Merge branch 'docs/fix-anchors-for-manual-actions' into 'master'
Fix many 'when manual' anchors See merge request gitlab-org/gitlab-ce!24947
Diffstat (limited to 'doc/user/project/merge_requests')
-rw-r--r--doc/user/project/merge_requests/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index b4f5a72e148..593eb80e044 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -46,7 +46,7 @@ A. Consider you are a software developer working in a team:
1. You verify your changes with [JUnit test reports](../../../ci/junit_test_reports.md) in GitLab CI/CD
1. You request the approval from your manager
1. Your manager pushes a commit with his final review, [approves the merge request](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html), and set it to [merge when pipeline succeeds](#merge-when-pipeline-succeeds) (Merge Request Approvals are available in GitLab Starter)
-1. Your changes get deployed to production with [manual actions](../../../ci/yaml/README.md#manual-actions) for GitLab CI/CD
+1. Your changes get deployed to production with [manual actions](../../../ci/yaml/README.md#whenmanual) for GitLab CI/CD
1. Your implementations were successfully shipped to your customer
B. Consider you're a web developer writing a webpage for your company's: