summaryrefslogtreecommitdiff
path: root/app/helpers/projects/security/configuration_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/projects/security/configuration_helper.rb')
-rw-r--r--app/helpers/projects/security/configuration_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/projects/security/configuration_helper.rb b/app/helpers/projects/security/configuration_helper.rb
index 8281b1f8522..efc77550c90 100644
--- a/app/helpers/projects/security/configuration_helper.rb
+++ b/app/helpers/projects/security/configuration_helper.rb
@@ -6,6 +6,10 @@ module Projects
def security_upgrade_path
"https://#{ApplicationHelper.promo_host}/pricing/"
end
+
+ def vulnerability_training_docs_path
+ help_page_path('user/application_security/vulnerabilities/index', anchor: 'enable-security-training-for-vulnerabilities')
+ end
end
end
end