Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 00:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-29 00:10:01 +0300
commit66e86bca7a31391e8ecf1ef84c7915ec70110c47 (patch)
treee07d28b1de6729832f38d1bcec908cebed6b7063 /doc/development/approval_rules.md
parent52e32e255f7d868c4ec952a201bb8813b5e03703 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/approval_rules.md')
-rw-r--r--doc/development/approval_rules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/approval_rules.md b/doc/development/approval_rules.md
index 368987eb85f..27ba2e79deb 100644
--- a/doc/development/approval_rules.md
+++ b/doc/development/approval_rules.md
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Approval Rules development guide **(FREE)**
This document explains the backend design and flow of all related functionality
-about [merge request approval rules](../user/project/merge_requests/merge_request_approvals.md).
+about [merge request approval rules](../user/project/merge_requests/approvals/index.md).
This should help contributors to understand the code design easier and to also
help see if there are parts to improve as the feature and its implementation
@@ -87,7 +87,7 @@ The `ApprovalState` model get these records when approval rules are not
overwritten.
The `protected_branches` attribute is set and used when a rule is scoped to
-protected branches. See [Scoped to Protected Branch doc](../user/project/merge_requests/merge_request_approvals.md#scoped-to-protected-branch)
+protected branches. See [Scoped to Protected Branch doc](../user/project/merge_requests/approvals/rules.md#scoped-to-protected-branch)
for more information about the feature.
### `ApprovalMergeRequestRule`