Skip to content

Commit 321b384

Browse files
committed
docs: fix broken links in README.md files globally across monorepo
Updates the shared README.md template to: - Fix Authentication and Troubleshooting links globally. - Add link to the Java-specific authentication guide. - Handle monorepo pathing for samples. Updates test goldens to match template changes. Regenerates README.md (and updates .repo-metadata.json where needed) for all affected libraries in the monorepo to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links. Fixes: #13530
1 parent ece3126 commit 321b384

266 files changed

Lines changed: 1687 additions & 1482 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-accessapproval/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.9
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.94.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-accesscontextmanager/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanage
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.94.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-admanager/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.52.0"
4040

4141
## Authentication
4242

43-
See the [Authentication][authentication] section in the base directory's README.
43+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
4444

4545
## Authorization
4646

@@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
159159
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
160160
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
161161
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.52.0
162-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
162+
[authentication]: https://cloud.google.com/docs/authentication/
163+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
163164
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
164165
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
165166
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
166167
[developer-console]: https://console.developers.google.com/
167168
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
168169
[cloud-cli]: https://cloud.google.com/cli
169-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
170+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
170171
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
171172
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
172173
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-advisorynotifications/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications"
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.82.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-agentregistry/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.0.
6363

6464
## Authentication
6565

66-
See the [Authentication][authentication] section in the base directory's README.
66+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6767

6868
## Authorization
6969

@@ -184,14 +184,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
184184
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
185185
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentregistry.svg
186186
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.0.0
187-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
187+
[authentication]: https://cloud.google.com/docs/authentication/
188+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
188189
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
189190
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
190191
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
191192
[developer-console]: https://console.developers.google.com/
192193
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
193194
[cloud-cli]: https://cloud.google.com/cli
194-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
195+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
195196
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
196197
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
197198
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-aiplatform/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.94.0"
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.94.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-alloydb-connectors/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" %
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.71.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-alloydb/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.82.0"
6060

6161
## Authentication
6262

63-
See the [Authentication][authentication] section in the base directory's README.
63+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb.svg
178178
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.82.0
179-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
179+
[authentication]: https://cloud.google.com/docs/authentication/
180+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
180181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182183
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183184
[developer-console]: https://console.developers.google.com/
184185
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185186
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
187+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187188
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188189
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189190
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-analytics-admin/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.10
6363

6464
## Authentication
6565

66-
See the [Authentication][authentication] section in the base directory's README.
66+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6767

6868
## Authorization
6969

@@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-admin.svg
184184
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.103.0
185-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185+
[authentication]: https://cloud.google.com/docs/authentication/
186+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
186187
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187188
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
188189
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
189190
[developer-console]: https://console.developers.google.com/
190191
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
191192
[cloud-cli]: https://cloud.google.com/cli
192-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
193+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
193194
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
194195
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
195196
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-analytics-data/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.104
6363

6464
## Authentication
6565

66-
See the [Authentication][authentication] section in the base directory's README.
66+
See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information.
6767

6868
## Authorization
6969

@@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates.
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-data.svg
184184
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.104.0
185-
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185+
[authentication]: https://cloud.google.com/docs/authentication/
186+
[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library
186187
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187188
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
188189
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
189190
[developer-console]: https://console.developers.google.com/
190191
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
191192
[cloud-cli]: https://cloud.google.com/cli
192-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
193+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
193194
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
194195
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
195196
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

0 commit comments

Comments
 (0)