fix: broken install URL. Closes #3122. (#3123)

pull/3128/head
Jason Stirnaman 2021-09-14 12:28:20 -05:00 committed by GitHub
parent 18159fe182
commit 5fc057f2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ The following example sends a Flux query to an InfluxDB bucket and outputs rows
## Before you begin
- [Install the client library and other dependencies](/influxdb/v2.0/api-guide/client-libraries/nodejs/install.md).
- [Install the client library and other dependencies](/influxdb/v2.0/api-guide/client-libraries/nodejs/install/).
## Query InfluxDB

View File

@ -24,8 +24,7 @@ The Javascript client library includes the following convenient features for wri
### Before you begin
- [Install the client library](/influxdb/v2.0/api-guide/client-libraries/nodejs/install.md).
- [Install the client library and other dependencies](/influxdb/v2.0/api-guide/client-libraries/nodejs/install/).
### Write data with the client library
1. Instantiate an `InfluxDB` client. Provide your InfluxDB URL and API token.