From e7c0b6a24833fb9e7196ee74b4faa4e603869e7f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 14 Jun 2021 08:31:59 -0400 Subject: [PATCH] Docs: Fix template example for unified alerting (#35620) (#35639) Signed-off-by: Ganesh Vernekar (cherry picked from commit 673b03671d23f76a911cd5db30c8d93d62a2566d) Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> --- .../alerting/unified-alerting/message-templating/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} ```