Skip to content

Commit

Permalink
Tweak Cloud Bigtable information in README.md (#2396)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rameshdharan authored and stephenplusplus committed Jun 15, 2017
1 parent 06e743e commit 327ed0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 327ed0f

Please sign in to comment.