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.
This commit is contained in:
Matthew Turland 2021-05-22 11:59:49 -05:00 committed by GitHub
parent 11b2f0ee4d
commit abe5c06d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).