Commit f73c53a7 authored by Tristan Read's avatar Tristan Read Committed by Phil Hughes

Fix broken help link on operations settings page

parent 24c9ac0e
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
= _('Expand') = _('Expand')
%p %p
= _('Action to take when receiving an alert.') = _('Action to take when receiving an alert.')
= link_to help_page_path('user/project/integrations/prometheus', anchor: 'taking-action-on-an-alert-ultimate') do = link_to help_page_path('user/project/integrations/prometheus', anchor: 'taking-action-on-incidents-ultimate') do
= _('More information') = _('More information')
.settings-content .settings-content
= form_for @project, url: project_settings_operations_path(@project), method: :patch do |f| = form_for @project, url: project_settings_operations_path(@project), method: :patch do |f|
......
---
title: Fix broken help link on operations settings page
merge_request: 32722
author:
type: fixed
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