From d533cdb4bd5a71b19b946335d4b327e7d7a14a2f Mon Sep 17 00:00:00 2001 From: David Supplee Date: Tue, 23 Jun 2020 12:25:01 -0700 Subject: [PATCH] chore: update client_documentation link Is this the correct link? I believe so but am not 100% certain. --- .repo-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 8afb50821..ca59326ca 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "name": "logging-logback", "name_pretty": "Cloud Logging Logback Appender", "product_documentation": "https://cloud.google.com/logging-logback/docs/", - "client_documentation": "https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/logging/logback/package-summary.html", + "client_documentation": "https://googleapis.dev/java/google-cloud-logging-logback/latest/index.html", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "release_level": "alpha", "language": "java", @@ -10,4 +10,4 @@ "repo_short": "java-logging-logback", "distribution_name": "com.google.cloud:google-cloud-logging-logback", "api_id": "logging.googleapis.com" -} \ No newline at end of file +}