fix(cloud-iox): API button labels (#4821)

pull/4824/head
Jason Stirnaman 2023-03-21 17:26:01 -05:00 committed by GitHub
parent 6aad82f4d1
commit 40ea9bef19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ The InfluxDB HTTP API provides a programmatic interface for interactions with In
Access the InfluxDB HTTP API using the `/api/v2/` endpoint.
## InfluxDB HTTP API documentation
<a class="btn" href="/influxdb/cloud-iox/api/">InfluxDB {{< current-version >}} API documentation</a>
<a class="btn" href="/influxdb/cloud-iox/api/">InfluxDB {{< current-version >}} (IOx) HTTP API documentation</a>
## InfluxDB v1 compatibility API documentation
The InfluxDB HTTP API includes InfluxDB 1.x compatibility endpoints
that work with InfluxDB 1.x client libraries and third-party integrations like
[Grafana](https://grafana.com) and others.
<a class="btn" href="/influxdb/cloud-iox/api/v1-compatibility/">View full v1 compatibility API documentation</a>
<a class="btn" href="/influxdb/cloud-iox/api/v1-compatibility/">InfluxDB Cloud (IOx) v1 compatibility HTTP API documentation</a>