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 %}}