Commit dd3d6bd2 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '321884-update-documentation-path' into 'master'

Update documentation path

See merge request gitlab-org/gitlab!67496
parents ca47ae08 a733cd09
......@@ -3,6 +3,6 @@
#js-security-policies-list{ data: { assigned_policy_project: assigned_policy_project(project).to_json,
disable_security_policy_project: disable_security_policy_project.to_s,
documentation_path: help_page_path('user/project/clusters/protect/container_network_security/quick_start_guide'),
documentation_path: help_page_path('user/application_security/policies/index.md'),
new_policy_path: new_project_threat_monitoring_policy_path(project),
project_path: project.full_path } }
......@@ -21,6 +21,6 @@ RSpec.describe "projects/security/policies/show", type: :view do
end
it 'passes documentation URL' do
expect(rendered).to include '/help/user/project/clusters/protect/container_network_security/quick_start_guide'
expect(rendered).to include '/help/user/application_security/policies/index.md'
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