From 970a60e6f90056df5ee685a8dcf348557d8fba01 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 8 Nov 2021 11:05:40 -0600 Subject: [PATCH] Fix 404 in Flux docs (#3370) Co-authored-by: Scott Anderson --- content/influxdb/v2.0/monitor-alert/checks/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v2.0/monitor-alert/checks/create.md b/content/influxdb/v2.0/monitor-alert/checks/create.md index 0bb62d962..b4f799290 100644 --- a/content/influxdb/v2.0/monitor-alert/checks/create.md +++ b/content/influxdb/v2.0/monitor-alert/checks/create.md @@ -88,7 +88,7 @@ in a specified amount of time. You can also use custom tags in [notification rules](/influxdb/v2.0/monitor-alert/notification-rules/create/). 3. In the **Status Message Template** column, enter the status message template for the check. - Use [Flux string interpolation](/{{< latest "flux" >}}/spec/string-interpolation/) + Use [Flux string interpolation](/{{< latest "flux" >}}/data-types/basic/string/#interpolate-strings) to populate the message with data from the query. {{% note %}}