aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bigtable
diff options
context:
space:
mode:
authorGravatar Misha Brukman <mbrukman@google.com>2018-08-11 13:57:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-11 14:01:25 -0700
commitebfa84016deceb3a1d01aabed292d369e5e872e4 (patch)
tree8f34cb2a2ad66f5e94c8d166bcbd7fa61931b2c2 /tensorflow/contrib/bigtable
parentaf25771f4418db658ad4b40a635ea5f2a4c2bbe6 (diff)
Use the full product name: Google Cloud Bigtable
PiperOrigin-RevId: 208352025
Diffstat (limited to 'tensorflow/contrib/bigtable')
-rw-r--r--tensorflow/contrib/bigtable/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/bigtable/README.md b/tensorflow/contrib/bigtable/README.md
index 88a3909de4..b9abfa8295 100644
--- a/tensorflow/contrib/bigtable/README.md
+++ b/tensorflow/contrib/bigtable/README.md
@@ -1,4 +1,4 @@
-# Bigtable #
+# Google Cloud Bigtable
[Cloud Bigtable](https://cloud.google.com/bigtable/) is a high
performance storage system that can store and serve training data. This contrib
@@ -13,7 +13,7 @@ Bigtable at high speed, in particular to feed modern accelerators. For
general-purpose Cloud Bigtable
APIs, see the [official Cloud Bigtable client library documentation][clientdoc].
-[clientdoc]: https://cloud.google.com/bigtable/docs/reference/libraries
+[clientdoc]: https://cloud.google.com/bigtable/docs/reference/libraries
## Sample Use