From 846a44fbf9ebd5691a431e79a09a049aea5fd4f0 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Fri, 1 Nov 2019 10:33:10 -0400 Subject: [PATCH] docs: cleanup links to java-bigtable and javadoc (#56) --- README.md | 3 +-- google-cloud-bigtable/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e46a339a3..e8c8cabb8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ Java idiomatic client for [Cloud Bigtable][cloud-bigtable]. [![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java) - [Product Documentation][bigtable-product-docs] -- [Client Library Documentation - Data API](https://googleapis.dev/java/google-cloud-clients/latest/com/google/cloud/bigtable/data/v2/package-summary.html) -- [Client Library Documentation - Admin API](https://googleapis.dev/java/google-cloud-clients/latest/com/google/cloud/bigtable/admin/v2/package-summary.html) +- [Client Library Documentation](https://googleapis.dev/java/google-cloud-bigtable/latest/index.html) ## Quickstart diff --git a/google-cloud-bigtable/pom.xml b/google-cloud-bigtable/pom.xml index c6bb61db2..34e481790 100644 --- a/google-cloud-bigtable/pom.xml +++ b/google-cloud-bigtable/pom.xml @@ -5,7 +5,7 @@ 1.6.1-SNAPSHOT jar Google Cloud Bigtable - https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigtable + https://github.com/googleapis/java-bigtable Java idiomatic client for Google Cloud Bigtable.