diff --git a/docs/sources/alerting/unified-alerting/message-templating/_index.md b/docs/sources/alerting/unified-alerting/message-templating/_index.md index dd71a2737da..da96c943f4d 100644 --- a/docs/sources/alerting/unified-alerting/message-templating/_index.md +++ b/docs/sources/alerting/unified-alerting/message-templating/_index.md @@ -76,7 +76,7 @@ Here is an example of a template to render a single alert: Silence alert: {{ .SilenceURL }} {{ end }} {{ if gt (len .DashboardURL ) 0 }} - Go to dashboard: {{ .Dashboard URL }} + Go to dashboard: {{ .DashboardURL }} {{ end }} {{ end }} ```