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

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
Ganesh Vernekar 2021-06-14 17:38:24 +05:30 committed by GitHub
parent 08bc2b402b
commit 673b03671d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}
```