Commit 3015d768 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'sh-fix-doc-links-protected-refs' into 'master'

Fix documentation links for protected refs help

See merge request gitlab-org/gitlab-ee!11651
parents 05943523 6484e259
......@@ -12,7 +12,7 @@
data: { input_id: 'push_access_levels_attributes', default_label: 'Select' } })
.form-text.text-muted
Only groups that
= link_to 'have this project shared', help_page_path('workflow/share_projects_with_other_groups')
= link_to 'have this project shared', help_page_path('user/project/members/share_project_with_groups')
can be added here
= render 'projects/protected_branches/shared/create_protected_branch'
......@@ -6,7 +6,7 @@
data: { input_id: 'create_access_levels_attributes', default_label: 'Select' } })
.form-text.text-muted
Only groups that
= link_to 'have this project shared', help_page_path('workflow/share_projects_with_other_groups')
= link_to 'have this project shared', help_page_path('user/project/members/share_project_with_groups')
can be added here
= render 'projects/protected_tags/shared/create_protected_tag'
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