Commit d19d415d authored by Kai Armstrong's avatar Kai Armstrong Committed by Paul Slaughter

Update learn more link for attention requests

- This changes the learn more link to point to the feature docs pages so users can understand more about the feature.
- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83873
parent d973ec3c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment