From f3625d46d69e466b2d88c467fcacd93df33cf5ee Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 28 Oct 2021 08:49:20 -0500 Subject: [PATCH] fix: mjs example path (#3305) (#3316) --- content/influxdb/cloud/write-data/developer-tools/api.md | 2 +- content/influxdb/v2.0/write-data/developer-tools/api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/cloud/write-data/developer-tools/api.md b/content/influxdb/cloud/write-data/developer-tools/api.md index abff97b98..718a64018 100644 --- a/content/influxdb/cloud/write-data/developer-tools/api.md +++ b/content/influxdb/cloud/write-data/developer-tools/api.md @@ -35,7 +35,7 @@ The URL in the examples depends on your [InfluxDB Cloud region](/influxdb/cloud/ {{% /code-tab-content %}} {{% code-tab-content %}} ```js -{{< get-shared-text "api/v2.0/write/write.sh" >}} +{{< get-shared-text "api/v2.0/write/write.mjs" >}} ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}} diff --git a/content/influxdb/v2.0/write-data/developer-tools/api.md b/content/influxdb/v2.0/write-data/developer-tools/api.md index 7b5f0a537..f3ece9c3d 100644 --- a/content/influxdb/v2.0/write-data/developer-tools/api.md +++ b/content/influxdb/v2.0/write-data/developer-tools/api.md @@ -36,7 +36,7 @@ The URL in the examples depends on the version and location of your InfluxDB 2.0 {{% /code-tab-content %}} {{% code-tab-content %}} ```js -{{< get-shared-text "api/v2.0/write/write.sh" >}} +{{< get-shared-text "api/v2.0/write/write.mjs" >}} ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}}