From 58c9a64e88c4db9753d04b6d78b51e314964f2de Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 2 May 2023 15:06:54 -0400 Subject: [PATCH] [v9.5.x] Docs: Fix broken link for no data and error handling (#67653) Docs: Fix broken link for no data and error handling (#67617) Fix broken link for no data and error handling (cherry picked from commit 1013a3e25301718eab929ca8e19f6a68763fb5a7) Co-authored-by: Alfredo <109958902+alfredo-d@users.noreply.github.com> --- .../alerting/alerting-rules/create-grafana-managed-rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md index 76541811b82..c782f4080e6 100644 --- a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md +++ b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md @@ -52,7 +52,7 @@ To create a Grafana-managed alert rule, complete the following steps. - For **Evaluate every**, specify the frequency of evaluation. Must be a multiple of 10 seconds. For examples, `1m`, `30s`. - For **Evaluate for**, specify the duration for which the condition must be true before an alert fires. > **Note:** Once a condition is breached, the alert goes into the Pending state. If the condition remains breached for the duration specified, the alert transitions to the `Firing` state, otherwise it reverts back to the `Normal` state. - - In **Configure no data and error handling**, configure alerting behavior in the absence of data. Use the guidelines in [No data and error handling](#no-data-and-error-handling). + - In **Configure no data and error handling**, configure alerting behavior in the absence of data. Use the guidelines in [No data and error handling](#configure-no-data-and-error-handling). - Click **Preview** to check the result of running the query at this moment. Preview excludes no data and error handling. **Note:**