Fix relative link to resolve 404 error (#2069)

Link to the jinja2-templating page was not stepping backwards one level
in the directory, therefore linking to a 404.
This commit is contained in:
chrisharbro 2023-06-01 07:21:07 -05:00 committed by GitHub
parent 8ee5eb5921
commit 25d04f304c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ For more information on Grafana OnCall integrations and further configuration gu
### Learn Alert Flow
All Alerts in OnCall are grouped to Alert Groups ([read more about Grouping ID]({{< relref "jinja2-templating" >}})). Alert Group could have mutually
All Alerts in OnCall are grouped to Alert Groups ([read more about Grouping ID]({{< relref "../jinja2-templating" >}})). Alert Group could have mutually
exclusive states:
- **Firing:** Once Alert Group is registered, Escalation Policy associated with it is getting started. Escalation policy will work while Alert Group is in this status.