Commit b37f5b87 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '9837-link-for-external-alerts-goes-to-wrong-documentation' into 'master'

Resolve "Link for external alerts goes to wrong documentation"

Closes #9837

See merge request gitlab-org/gitlab-ee!9607
parents 328f36f3 de49c0eb
......@@ -3,6 +3,6 @@
- notify_url = notify_project_prometheus_alerts_url(@project, format: :json)
- authorization_key = @project.alerting_setting.try(:token)
- learn_more_url = help_page_path('administration/monitoring/prometheus/index', anchor: 'configuring-prometheus')
- learn_more_url = help_page_path('user/project/integrations/prometheus', anchor: 'external-prometheus-instances')
#js-settings-prometheus-alerts{ data: { notify_url: notify_url, authorization_key: authorization_key, change_key_url: reset_alerting_token_project_settings_operations_path(@project), learn_more_url: learn_more_url } }
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