From 25d04f304c71c119c4bdd04ef7abdb24433fb6a2 Mon Sep 17 00:00:00 2001 From: chrisharbro <102977229+chrisharbro@users.noreply.github.com> Date: Thu, 1 Jun 2023 07:21:07 -0500 Subject: [PATCH] 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. --- docs/sources/get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/_index.md b/docs/sources/get-started/_index.md index 189ca200..ab962482 100644 --- a/docs/sources/get-started/_index.md +++ b/docs/sources/get-started/_index.md @@ -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.