From d802b852d879983e1bcda32ebe484002a7d5cc3f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 24 May 2021 17:33:25 +0100 Subject: [PATCH] Docs: Fix Quick Start link on Geting Started Influx page (#34549) (#34603) Square brackets were used for the URL instead of parentheses, causing the markup to be displayed as literal text. (cherry picked from commit abe5c06d69902fc85e4ade9657478cc69cd47f2a) Co-authored by: Matthew Turland --- 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).