Commit 8c35317c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-moved-help-url-for-license_compliance' into 'master'

Fix moved help url for license compliance

See merge request gitlab-org/gitlab!18147
parents 39b1cc43 2dfcf88f
......@@ -5,7 +5,7 @@
.settings-header
%h4
= s_('LicenseCompliance|License Compliance')
= link_to icon('question-circle'), help_page_path('user/project/merge_requests/license_management'), target: '_blank', rel: 'noopener noreferrer'
= link_to icon('question-circle'), help_page_path('user/application_security/license_compliance/index.md'), target: '_blank', rel: 'noopener noreferrer'
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
......
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