Commit 95e2a140 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'aalakkad-fix-mirro-repo-docs-link' into 'master'

Fix mirror repos docs link

See merge request gitlab-org/gitlab!30443
parents f796f1cf d1aa0b6b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
= _('Allow repository mirroring to be configured by project maintainers') = _('Allow repository mirroring to be configured by project maintainers')
%span.form-text.text-muted %span.form-text.text-muted
= _('If disabled, only admins will be able to configure repository mirroring.') = _('If disabled, only admins will be able to configure repository mirroring.')
= link_to icon('question-circle'), help_page_path('workflow/repository_mirroring') = link_to icon('question-circle'), help_page_path('user/project/repository/repository_mirroring.md')
= render_if_exists 'admin/application_settings/mirror_settings', form: f = render_if_exists 'admin/application_settings/mirror_settings', form: f
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= _('Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically.') = _('Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically.')
= link_to _('Read more'), help_page_path('workflow/repository_mirroring'), target: '_blank' = link_to _('Read more'), help_page_path('user/project/repository/repository_mirroring.md'), target: '_blank'
.settings-content .settings-content
- if mirror_settings_enabled - if mirror_settings_enabled
......
---
title: Fix mirror repos docs link
merge_request: 30443
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