From 327ed0f78847dbf456b042b86011180b99841e20 Mon Sep 17 00:00:00 2001 From: Ramesh Dharan Date: Thu, 15 Jun 2017 16:38:07 -0400 Subject: [PATCH] Tweak Cloud Bigtable information in README.md (#2396) I believe this doc was originally written for the v1 API and so it referred to creating a cluster rather than an instance. Moreover the link actually took you to the "creating a compute instance" page rather than the "creating a Bigtable instance" page; the latter is more appropriate for this specific text since it's referring to the fact that creating the instance auto-enables the Cloud Bigtable API for the project. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a2e5156ea0..fc5c04f4265 100644 --- a/README.md +++ b/README.md @@ -698,7 +698,7 @@ job.getQueryResults().on('data', function(row) {}); - [API Documentation][gcloud-bigtable-docs] - [Official Documentation][cloud-bigtable-docs] -*You may need to [create a cluster][cloud-bigtable-cluster] to use the Cloud Bigtable API with your project.* +*You may need to [create an instance][cloud-bigtable-instance] to use the Cloud Bigtable API with your project.* #### Using the Cloud Bigtable API module @@ -1284,7 +1284,7 @@ Apache 2.0 - See [COPYING][copying] for more information. [cloud-bigquery-docs]: https://cloud.google.com/bigquery/what-is-bigquery [cloud-bigtable-docs]: https://cloud.google.com/bigtable/docs -[cloud-bigtable-cluster]: https://cloud.google.com/bigtable/docs/creating-compute-instance +[cloud-bigtable-instance]: https://cloud.google.com/bigtable/docs/creating-instance [cloud-compute-docs]: https://cloud.google.com/compute/docs