diff --git a/gcloud-java-core/README.md b/gcloud-java-core/README.md index 0c0fe936411b..2b89014e41e4 100644 --- a/gcloud-java-core/README.md +++ b/gcloud-java-core/README.md @@ -1,4 +1,4 @@ -Google Cloud Java Client -- Core Services +Google Cloud Java Client -- Core ========================================= This module provides common functionality required by service-specific modules of this library. diff --git a/gcloud-java-datastore/README.md b/gcloud-java-datastore/README.md index 2e82a11d05cc..ebb94863c068 100644 --- a/gcloud-java-datastore/README.md +++ b/gcloud-java-datastore/README.md @@ -8,7 +8,7 @@ Java idiomatic client for [Google Cloud Datastore] (https://cloud.google.com/dat - [Homepage] (https://googlecloudplatform.github.io/gcloud-java/) - [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/datastore/package-summary.html) -- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html) +- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/DatastoreExample.html) > Note: This client is a work-in-progress, and may occasionally > make backwards-incompatible changes. diff --git a/gcloud-java-storage/README.md b/gcloud-java-storage/README.md index 7e14a039e796..909fc7abfacc 100644 --- a/gcloud-java-storage/README.md +++ b/gcloud-java-storage/README.md @@ -8,7 +8,7 @@ Java idiomatic client for [Google Cloud Storage] (https://cloud.google.com/stora - [Homepage] (https://googlecloudplatform.github.io/gcloud-java/) - [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/storage/package-summary.html) -- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html) +- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/StorageExample.html) > Note: This client is a work-in-progress, and may occasionally > make backwards-incompatible changes.