From d726a9648f61279882104ba4545737d3bcf034a6 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 21 Dec 2022 02:09:43 -0500 Subject: [PATCH] [v9.3.x] Alerting: Fix incorrect links/aliases to template docs (#60604) * Alerting: Fix incorrect links/aliases to template docs (#60597) (cherry picked from commit d0700320658eecbbe064fffb90be59f293ae9725) * Use versioned link Co-authored-by: Santiago Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> --- .../alerting/manage-notifications/create-contact-point.md | 3 --- docs/sources/alerting/manage-notifications/webhook-notifier.md | 3 --- .../alerting/unified/components/receivers/TemplateForm.tsx | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/sources/alerting/manage-notifications/create-contact-point.md b/docs/sources/alerting/manage-notifications/create-contact-point.md index ef31ad8347a..913e6141187 100644 --- a/docs/sources/alerting/manage-notifications/create-contact-point.md +++ b/docs/sources/alerting/manage-notifications/create-contact-point.md @@ -3,10 +3,7 @@ aliases: - ../contact-points/create-contact-point/ - ../contact-points/delete-contact-point/ - ../contact-points/edit-contact-point/ - - ../contact-points/message-templating/ - ../contact-points/test-contact-point/ - - ../message-templating/ - - ../unified-alerting/message-templating/ keywords: - grafana - alerting diff --git a/docs/sources/alerting/manage-notifications/webhook-notifier.md b/docs/sources/alerting/manage-notifications/webhook-notifier.md index def8feb512b..e372bb74b8d 100644 --- a/docs/sources/alerting/manage-notifications/webhook-notifier.md +++ b/docs/sources/alerting/manage-notifications/webhook-notifier.md @@ -1,10 +1,7 @@ --- aliases: - - ../contact-points/message-templating/ - ../contact-points/notifiers/webhook-notifier/ - ../fundamentals/contact-points/webhook-notifier/ - - ../message-templating/ - - ../unified-alerting/message-templating/ keywords: - grafana - alerting diff --git a/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx b/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx index c5dc31fd665..bf34a29bcd7 100644 --- a/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx +++ b/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx @@ -183,7 +183,7 @@ function TemplatingGuideline() {