Commit c8dea1e9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Change the Maven docs location of the internal help page

parent 5933ab16
...@@ -39,7 +39,7 @@ module EE ...@@ -39,7 +39,7 @@ module EE
def project_permissions_panel_data(project) def project_permissions_panel_data(project)
super.merge( super.merge(
packagesAvailable: ::Gitlab.config.packages.enabled, packagesAvailable: ::Gitlab.config.packages.enabled,
packagesHelpPath: help_page_path('user/project/packages/maven') packagesHelpPath: help_page_path('user/project/packages/maven_repository')
) )
end end
......
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