Fix 404 in Flux docs (#3370)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/3371/head
pierwill 2021-11-08 11:05:40 -06:00 committed by GitHub
parent c254165424
commit 970a60e6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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