From 5aab7e86d7f93c6601925a6eb551173e606babc4 Mon Sep 17 00:00:00 2001 From: mluu12 <87089043+mluu12@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:39:44 -0700 Subject: [PATCH] Added double quotes. (#2912) --- content/influxdb/v2.0/reference/flux/stdlib/slack/endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)