From f0aa06a166ee067ae3af214c272fc7da0cec51c3 Mon Sep 17 00:00:00 2001
From: kelseiv <47797004+kelseiv@users.noreply.github.com>
Date: Mon, 12 Apr 2021 10:22:44 -0700
Subject: [PATCH] fix button (#2409)
* fix button
* minor edits
---
content/influxdb/cloud/reference/api/_index.md | 4 ++--
content/influxdb/v2.0/reference/api/_index.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/influxdb/cloud/reference/api/_index.md b/content/influxdb/cloud/reference/api/_index.md
index e58c46fe6..cebdedb51 100644
--- a/content/influxdb/cloud/reference/api/_index.md
+++ b/content/influxdb/cloud/reference/api/_index.md
@@ -22,8 +22,8 @@ curl --request POST https://cloud2.influxdata.com/api/v2/write \
--data-urlencode "bucket=example-bucket"
```
-## InfluxDB v2 API Documentation
-InfluxDB OSS 2.0 API documentation
+## InfluxDB Cloud API documentation
+InfluxDB Cloud API documentation
## InfluxDB v1 compatibility API documentation
The InfluxDB v2 API includes [InfluxDB 1.x compatibility endpoints](/influxdb/cloud/reference/api/influxdb-1x/)
diff --git a/content/influxdb/v2.0/reference/api/_index.md b/content/influxdb/v2.0/reference/api/_index.md
index 25598c686..d99f44cf6 100644
--- a/content/influxdb/v2.0/reference/api/_index.md
+++ b/content/influxdb/v2.0/reference/api/_index.md
@@ -24,7 +24,7 @@ curl --request POST http://localhost:8086/api/v2/write \
--data-urlencode "bucket=example-bucket"
```
-## InfluxDB v2 API Documentation
+## InfluxDB v2 API documentation
InfluxDB OSS 2.0 API documentation
#### View InfluxDB API documentation locally