Skip to content

Commit 550f035

Browse files
authored
chore: Fix the cloud bigtable link in readme (#1492)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent b12e551 commit 550f035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readme-partials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
custom_content: |
22
## About Cloud Bigtable
33
4-
[Cloud Bigtable][cloud-bigtable] is Google's NoSQL Big Data database service. It's
4+
[Cloud Bigtable][product-docs] is Google's NoSQL Big Data database service. It's
55
the same database that powers many core Google services, including Search, Analytics, Maps, and
66
Gmail.
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ use this Cloud Bigtable Client Library.
9999

100100
## About Cloud Bigtable
101101

102-
[Cloud Bigtable][cloud-bigtable] is Google's NoSQL Big Data database service. It's
102+
[Cloud Bigtable][product-docs] is Google's NoSQL Big Data database service. It's
103103
the same database that powers many core Google services, including Search, Analytics, Maps, and
104104
Gmail.
105105

0 commit comments

Comments
 (0)