From eb8940cc6a88b5e2b3dea8d0ab2ffc1e350ab924 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Tue, 19 May 2020 12:55:51 -0400 Subject: [PATCH] docs(fix): update client documentation link (#324) --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index d59775472..994d83f04 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "name": "storage", "name_pretty": "Cloud Storage", "product_documentation": "https://cloud.google.com/storage", - "client_documentation": "https://googleapis.dev/java/java-storage/latest/", + "client_documentation": "https://googleapis.dev/java/google-cloud-storage/latest/index.html", "api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.", "issue_tracker": "https://issuetracker.google.com/savedsearches/559782", "release_level": "ga",