From 8b2f44d45dbc7f7093f8fbc2108cc3c111cb1844 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 24 Sep 2019 09:11:21 -0700 Subject: [PATCH 1/2] fix broken link --- content/v2.0/write-data/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/write-data/_index.md b/content/v2.0/write-data/_index.md index 909e9ba52..ded47f2cd 100644 --- a/content/v2.0/write-data/_index.md +++ b/content/v2.0/write-data/_index.md @@ -48,7 +48,7 @@ InfluxDB accepts the following precisions: - `s` - Seconds ### Authentication token -All InfluxDB write interactions require an [authentication token](http://localhost:1313/v2.0/security/tokens/). +All InfluxDB write interactions require an [authentication token](/v2.0/security/tokens/). ### Line protocol Use line protocol to write data points to InfluxDB. From f62acb66fc2281283c22f177973ca8324dc7e2a4 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 24 Sep 2019 11:30:03 -0700 Subject: [PATCH 2/2] fix typo --- content/v2.0/cloud/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index 3147cdd5c..7a1e9fb23 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -43,7 +43,7 @@ Once you're ready to grow, [upgrade to the Pay As You Go Plan](/v2.0/cloud/accou 5. Click **Continue**. {{< cloud-name >}} opens with a default organization and bucket (both created from your email address). - _To update organization and bucket names, see [Update an organtization](/v2.0/organizations/update-org/) + _To update organization and bucket names, see [Update an organization](/v2.0/organizations/update-org/) and [Update a bucket](/v2.0/organizations/buckets/update-bucket/#update-a-bucket-s-name-in-the-influxdb-ui)._ {{% cloud-msg %}}