Docs: Fix template example for unified alerting (#35620) (#35639)

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
(cherry picked from commit 673b03671d)

Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-14 14:31:59 +02:00
committed by GitHub
co-authored by Ganesh Vernekar
parent 8db130f746
commit e7c0b6a248
@@ -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 }}
```