From abe5c06d69902fc85e4ade9657478cc69cd47f2a Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Sat, 22 May 2021 11:59:49 -0500 Subject: [PATCH] Fix Quick Start link on Geting Started Influx page (#34549) Square brackets were used for the URL instead of parentheses, causing the markup to be displayed as literal text. --- docs/sources/getting-started/getting-started-influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/getting-started-influxdb.md b/docs/sources/getting-started/getting-started-influxdb.md index d5126ad4cf1..b8cddfb6075 100644 --- a/docs/sources/getting-started/getting-started-influxdb.md +++ b/docs/sources/getting-started/getting-started-influxdb.md @@ -25,7 +25,7 @@ If you chose to use InfluxDB Cloud, then you should [download and install the In ## Step 4. Get data into InfluxDB -If you downloaded and installed InfluxDB on your local machine, then use the [Quick Start][https://docs.influxdata.com/influxdb/v2.0/write-data/#quick-start-for-influxdb-oss] feature to visualize InfluxDB metrics. +If you downloaded and installed InfluxDB on your local machine, then use the [Quick Start](https://docs.influxdata.com/influxdb/v2.0/write-data/#quick-start-for-influxdb-oss) feature to visualize InfluxDB metrics. If you are using the cloud account, then the wizards will guide you through the initial process. For more information, refer to [Configure Telegraf](https://docs.influxdata.com/influxdb/cloud/write-data/no-code/use-telegraf/#configure-telegraf).