Commit 1af22f75 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'fix-how-to-checkout-mr-link' into 'master'

Fix "how to checkout MR" help link

See merge request gitlab-org/gitlab!31688
parents ee8c2f61 c63912a8
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
%strong Tip: %strong Tip:
= succeed '.' do = succeed '.' do
You can also checkout merge requests locally by You can also checkout merge requests locally by
= link_to 'following these guidelines', help_page_path('user/project/merge_requests/index.md', anchor: "checkout-merge-requests-locally"), target: '_blank', rel: 'noopener noreferrer' = link_to 'following these guidelines', help_page_path('user/project/merge_requests/reviewing_and_managing_merge_requests.md', anchor: "checkout-merge-requests-locally"), target: '_blank', rel: 'noopener noreferrer'
---
title: Fix "how to checkout MR" help link
merge_request: 31688
author:
type: fixed
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