diff --git a/content/influxdb/v2.0/reference/flux/stdlib/slack/endpoint.md b/content/influxdb/v2.0/reference/flux/stdlib/slack/endpoint.md index 49ac6dd0e..04399c889 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/slack/endpoint.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/slack/endpoint.md @@ -73,7 +73,7 @@ _For more information, see [`slack.message()`](/influxdb/v2.0/reference/flux/std ```js import "slack" -toSlack = slack.endpoint(url: https://hooks.slack.com/services/EXAMPLE-WEBHOOK-URL) +toSlack = slack.endpoint(url: "https://hooks.slack.com/services/EXAMPLE-WEBHOOK-URL") crit_statuses = from(bucket: "example-bucket") |> range(start: -1m)