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>2022-03-30 03:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-30 03:09:03 +0300
commitb72218d98e11514569939cf475d3c626fed445d1 (patch)
tree8c69b5590ea68963673f2f4d3a886a5095f3b524 /app/assets/javascripts/attention_requests
parentba537a9b5cf97308fd9fe099e0d022a9a76b66ad (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/attention_requests')
-rw-r--r--app/assets/javascripts/attention_requests/components/navigation_popover.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/javascripts/attention_requests/components/navigation_popover.vue b/app/assets/javascripts/attention_requests/components/navigation_popover.vue
index 1542bc9a7e9..804eda8f321 100644
--- a/app/assets/javascripts/attention_requests/components/navigation_popover.vue
+++ b/app/assets/javascripts/attention_requests/components/navigation_popover.vue
@@ -82,7 +82,9 @@ export default {
return 'bottom';
},
},
- docsPage: helpPagePath('development/code_review.html'),
+ docsPage: helpPagePath('user/project/merge_requests/index.md', {
+ anchor: 'request-attention-to-a-merge-request',
+ }),
};
</script>