alerting: email doc >url fix (#86574)

* url fix

* pretty
This commit is contained in:
antonio 2024-04-19 17:01:42 +02:00 committed by GitHub
parent ddabef9895
commit f7b82a74ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. This section is for Grafana OSS only. For Grafana Cloud, SMTP configuration is not required.
{{</admonition>}} {{</admonition>}}
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 ### SMTP configuration
@ -40,7 +40,7 @@ For Grafana OSS, you enable email notifications by first configuring [SMTP setti
1. Locate SMTP settings section. 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. 1. Configure SMTP settings.
@ -90,9 +90,3 @@ To add the contact point and integration you created to your default notificatio
{{% admonition type="note" %}} {{% 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. 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 %}} {{% /admonition %}}
{{% docs/reference %}}
[smtp-settings]: "/docs/grafana/ -> /docs/grafana/latest/setup-grafana/configure-grafana/#smtp"
{{% /docs/reference %}}