From d3bfdaa8e47ce3a786b659c73201a5f44aeb3d12 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 29 Jul 2022 13:37:01 -0600 Subject: [PATCH] fix: remove extra bracket preventing URL formatting (#4227) * fix: remove extra bracket preventing URL formatting --- content/resources/videos/API-Invokable-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/resources/videos/API-Invokable-Scripts.md b/content/resources/videos/API-Invokable-Scripts.md index ccc102616..a3c1b353f 100644 --- a/content/resources/videos/API-Invokable-Scripts.md +++ b/content/resources/videos/API-Invokable-Scripts.md @@ -1,7 +1,7 @@ --- title: API Invokable Scripts description: > - InfluxDB lets you [invoke scripts](/influxdb/cloud/api-guide/api-invokable-scripts/) using the InfluxDB APIs ([InfluxDB Cloud API]](/influxdb/cloud/api/) and [InfluxDB OSS (open source) API](/influxdb/latest/api/). Here, Jay Clifford explains how to use this feature with custom endpoints to improve the functionality, efficiency, and security of your applications. + InfluxDB lets you [invoke scripts](/influxdb/cloud/api-guide/api-invokable-scripts/) using the InfluxDB APIs ([InfluxDB Cloud API](/influxdb/cloud/api/) and [InfluxDB OSS (open source) API](/influxdb/latest/api/)). Here, Jay Clifford explains how to use this feature with custom endpoints to improve the functionality, efficiency, and security of your applications. menu: resources: parent: Videos