From f08ae0e2e8d9e06adc08ac903ace69bffb8561c7 Mon Sep 17 00:00:00 2001 From: Michael Darakananda Date: Tue, 15 May 2018 15:41:47 -0700 Subject: [PATCH 1/2] fix README API link Fixes #3260. --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 6651b874994e..3e992b2f868d 100644 --- a/README.md +++ b/README.md @@ -13,36 +13,36 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services. - [Client Library Documentation][client-lib-docs] This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level: -- [BigQuery](google-cloud-bigquery) (GA) -- [Stackdriver Logging](google-cloud-logging) (GA) -- [Cloud Datastore](google-cloud-datastore) (GA) -- [Cloud Natural Language](google-cloud-language) (GA) -- [Cloud Storage](google-cloud-storage) (GA) -- [Cloud Translation](google-cloud-translate) (GA) -- [Cloud Vision](google-cloud-vision) (GA) +- [BigQuery](google-cloud-clients/google-cloud-bigquery) (GA) +- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA) +- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA) +- [Cloud Natural Language](google-cloud-clients/google-cloud-language) (GA) +- [Cloud Storage](google-cloud-clients/google-cloud-storage) (GA) +- [Cloud Translation](google-cloud-clients/google-cloud-translate) (GA) +- [Cloud Vision](google-cloud-clients/google-cloud-vision) (GA) This library supports the following Google Cloud Platform services with clients at a [Beta](#versioning) quality level: - [BigQuery Data Transfer](google-cloud-clients/google-cloud-bigquerydatatransfer) (Beta) -- [Cloud Data Loss Prevention](google-cloud-dlp) (Beta) -- [Stackdriver Error Reporting](google-cloud-errorreporting) (Beta) -- [Cloud Firestore](google-cloud-firestore) (Beta) -- [Stackdriver Monitoring](google-cloud-monitoring) (Beta) -- [Cloud Pub/Sub](google-cloud-pubsub) (Beta) -- [Cloud Spanner](google-cloud-spanner) (Beta) -- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta) -- [Stackdriver Trace](google-cloud-trace) (Beta) -- [Text-to-Speech](google-cloud-texttospeech) (Beta) +- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta) +- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta) +- [Cloud Firestore](google-cloud-clients/google-cloud-firestore) (Beta) +- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (Beta) +- [Cloud Pub/Sub](google-cloud-clients/google-cloud-pubsub) (Beta) +- [Cloud Spanner](google-cloud-clients/google-cloud-spanner) (Beta) +- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta) +- [Stackdriver Trace](google-cloud-clients/google-cloud-trace) (Beta) +- [Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta) This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level: -- [Cloud Dataproc](google-cloud-dataproc) (Alpha) -- [Cloud DNS](google-cloud-dns) (Alpha) -- [Cloud OS Login](google-cloud-os-login) (Alpha) +- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha) +- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha) +- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha) - [Cloud Redis](google-cloud-clients/google-cloud-redis) (Alpha) -- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha) -- [Cloud Speech](google-cloud-speech) (Alpha) -- [Dialogflow](google-cloud-dialogflow) (Alpha) +- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha) +- [Cloud Speech](google-cloud-clients/google-cloud-speech) (Alpha) +- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha) These libraries are deprecated and no longer receive updates: From 8b7e00ab8275251dfe1c1b1eb669189949c0b985 Mon Sep 17 00:00:00 2001 From: Michael Darakananda Date: Tue, 15 May 2018 16:12:44 -0700 Subject: [PATCH 2/2] also change compute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e992b2f868d..493810735da9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This library supports the following Google Cloud Platform services with clients These libraries are deprecated and no longer receive updates: -- [Cloud Compute](google-cloud-compute) (Deprecated) +- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Deprecated) Quickstart ----------