From 44fedfbca3f9c7353669155050ec301fcb6882a2 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 30 Jul 2018 14:37:28 -0700 Subject: [PATCH 1/3] fixed client library link --- google-cloud-clients/google-cloud-tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-clients/google-cloud-tasks/README.md b/google-cloud-clients/google-cloud-tasks/README.md index 03f22a991f32..381372f3a514 100644 --- a/google-cloud-clients/google-cloud-tasks/README.md +++ b/google-cloud-clients/google-cloud-tasks/README.md @@ -10,7 +10,7 @@ Java idiomatic client for [Cloud Tasks][cloud-tasks]. [![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772) - [Product Documentation][tasks] -- [Client Library Documentation][tasks] +- [Client Library Documentation][tasks-client] > Note: This client is a work-in-progress, and may occasionally > make backwards-incompatible changes. @@ -99,4 +99,4 @@ Apache 2.0 - See [LICENSE] for more information. [cloud-platform]: https://cloud.google.com/ [cloud-tasks]: https://cloud.google.com/tasks [tasks]: https://cloud.google.com/tasks/docs -[tasks]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/tasks/v2beta2/package-summary.html +[tasks-client]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/tasks/v2beta2/package-summary.html From e55f667dce02ca39b038c25ee1c3e0dd50d81a86 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 30 Jul 2018 15:30:07 -0700 Subject: [PATCH 2/3] change link name --- google-cloud-clients/google-cloud-tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-clients/google-cloud-tasks/README.md b/google-cloud-clients/google-cloud-tasks/README.md index 381372f3a514..f0882589be4d 100644 --- a/google-cloud-clients/google-cloud-tasks/README.md +++ b/google-cloud-clients/google-cloud-tasks/README.md @@ -10,7 +10,7 @@ Java idiomatic client for [Cloud Tasks][cloud-tasks]. [![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772) - [Product Documentation][tasks] -- [Client Library Documentation][tasks-client] +- [Client Library Documentation][tasks-client-lib-docs] > Note: This client is a work-in-progress, and may occasionally > make backwards-incompatible changes. @@ -99,4 +99,4 @@ Apache 2.0 - See [LICENSE] for more information. [cloud-platform]: https://cloud.google.com/ [cloud-tasks]: https://cloud.google.com/tasks [tasks]: https://cloud.google.com/tasks/docs -[tasks-client]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/tasks/v2beta2/package-summary.html +[tasks-client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/tasks/v2beta2/package-summary.html From 4ee73c0cdb41a875bec7b00f362bc4b24bf35570 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 30 Jul 2018 15:32:51 -0700 Subject: [PATCH 3/3] extra link --- google-cloud-clients/google-cloud-tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-tasks/README.md b/google-cloud-clients/google-cloud-tasks/README.md index f0882589be4d..179e4db0f37d 100644 --- a/google-cloud-clients/google-cloud-tasks/README.md +++ b/google-cloud-clients/google-cloud-tasks/README.md @@ -47,7 +47,7 @@ About Google Cloud Cloud Tasks Google [Cloud Tasks API][cloud-tasks] manages Cloud Tasks queues and tasks. -See the [Cloud Tasks client library docs][tasks] to learn how to use this Cloud Tasks API Client Library. +See the [Cloud Tasks client library docs][tasks-client-lib-docs] to learn how to use this Cloud Tasks API Client Library. Getting Started ---------------