From 673b03671d23f76a911cd5db30c8d93d62a2566d Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Mon, 14 Jun 2021 17:38:24 +0530 Subject: [PATCH] Docs: Fix template example for unified alerting (#35620) Signed-off-by: Ganesh Vernekar --- .../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 }} ```