Commit 44394642 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '14713-fix-geo-link-pointing-to-online-doc' into 'master'

[EE] Link to the embedded doc in the Geo callout about hashed storage

Closes #14713

See merge request gitlab-org/gitlab-ee!16114
parents ed0baf4b 63e33f96
......@@ -139,6 +139,7 @@ Learn how to install, configure, update, and maintain your GitLab instance.
- [Repository checks](repository_checks.md): Periodic Git repository checks.
- [Repository storage paths](repository_storage_paths.md): Manage the paths used to store repositories.
- [Repository storage types](repository_storage_types.md): Information about the different repository storage types.
- [Repository storage rake tasks](raketasks/storage.md): A collection of rake tasks to list and migrate existing projects and attachments associated with it from Legacy storage to Hashed storage.
- [Limit repository size](../user/admin_area/settings/account_and_limit_settings.md): Set a hard limit for your repositories' size. **(STARTER ONLY)**
......
......@@ -85,7 +85,7 @@ module EE
end
def add_migrate_to_hashed_storage_link(message)
migrate_link = link_to(_('For more info, read the documentation.'), 'https://docs.gitlab.com/ee/administration/repository_storage_types.html#how-to-migrate-to-hashed-storage', target: '_blank')
migrate_link = link_to(_('For more info, read the documentation.'), help_page_path('administration/repository_storage_types.md', anchor: 'how-to-migrate-to-hashed-storage'), target: '_blank')
linked_message = message % { migrate_link: migrate_link }
linked_message.html_safe
end
......
---
title: Link to the embedded doc in the Geo callout about hashed storage
merge_request: 16114
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