Commit 4d5bd8d7 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'tr-fix-broken-incident-link' into 'master'

Fix broken help link on operations settings page

Closes #218627

See merge request gitlab-org/gitlab!32722
parents 3be73a7e f73c53a7
...@@ -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