Commit 63e33f96 authored by Rémy Coutable's avatar Rémy Coutable

Link to the embedded doc in the Geo callout about hashed storage

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e73542e8
......@@ -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