From f7b82a74ad7e352cef1f0063e596c3ac0165cc7d Mon Sep 17 00:00:00 2001 From: antonio <45235678+tonypowa@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:01:42 +0200 Subject: [PATCH] alerting: email doc >url fix (#86574) * url fix * pretty --- .../integrations/configure-email.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md index b956d8eb2bd..98bb93cb939 100644 --- a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md +++ b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md @@ -26,7 +26,7 @@ Use the Grafana Alerting - email integration to send email notifications when yo This section is for Grafana OSS only. For Grafana Cloud, SMTP configuration is not required. {{}} -For Grafana OSS, you enable email notifications by first configuring [SMTP settings][smtp-settings] in the Grafana configuration settings. +For Grafana OSS, you enable email notifications by first configuring [SMTP settings](https://grafana.com/docs/grafana/next/setup-grafana/configure-grafana/#smtp) in the Grafana configuration settings. ### SMTP configuration @@ -40,7 +40,7 @@ For Grafana OSS, you enable email notifications by first configuring [SMTP setti 1. Locate SMTP settings section. - Search for the [SMTP settings section][smtp-settings] in the configuration file. It starts with `[smtp]`. + Search for the [SMTP settings section](https://grafana.com/docs/grafana/next/setup-grafana/configure-grafana/#smtp) in the configuration file. It starts with `[smtp]`. 1. Configure SMTP settings. @@ -90,9 +90,3 @@ To add the contact point and integration you created to your default notificatio {{% admonition type="note" %}} If you have more than one contact point, add a new child notification policy rather than edit the default one, so you can route specific alerts to one or multiple email addresses. {{% /admonition %}} - -{{% docs/reference %}} - -[smtp-settings]: "/docs/grafana/ -> /docs/grafana/latest/setup-grafana/configure-grafana/#smtp" - -{{% /docs/reference %}}