Skip to content

Commit 426118f

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, and to 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 426118f

266 files changed

Lines changed: 1435 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: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-accesscontextmanager/README.md

Lines changed: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-admanager/README.md

Lines changed: 3 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 for more information.
4444

4545
## Authorization
4646

@@ -159,14 +159,14 @@ 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/
163163
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
164164
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
165165
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
166166
[developer-console]: https://console.developers.google.com/
167167
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
168168
[cloud-cli]: https://cloud.google.com/cli
169-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
169+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
170170
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
171171
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
172172
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-advisorynotifications/README.md

Lines changed: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-agentregistry/README.md

Lines changed: 3 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 for more information.
6767

6868
## Authorization
6969

@@ -184,14 +184,14 @@ 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/
188188
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
189189
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
190190
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
191191
[developer-console]: https://console.developers.google.com/
192192
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
193193
[cloud-cli]: https://cloud.google.com/cli
194-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
194+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
195195
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
196196
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
197197
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-aiplatform/README.md

Lines changed: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-alloydb-connectors/README.md

Lines changed: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-alloydb/README.md

Lines changed: 3 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 for more information.
6464

6565
## Authorization
6666

@@ -176,14 +176,14 @@ 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/
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
182182
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
183183
[developer-console]: https://console.developers.google.com/
184184
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
185185
[cloud-cli]: https://cloud.google.com/cli
186-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
186+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
187187
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-analytics-admin/README.md

Lines changed: 3 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 for more information.
6767

6868
## Authorization
6969

@@ -182,14 +182,14 @@ 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/
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
188188
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
189189
[developer-console]: https://console.developers.google.com/
190190
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
191191
[cloud-cli]: https://cloud.google.com/cli
192-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
192+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
193193
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
194194
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
195195
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

java-analytics-data/README.md

Lines changed: 3 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 for more information.
6767

6868
## Authorization
6969

@@ -182,14 +182,14 @@ 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/
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
188188
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
189189
[developer-console]: https://console.developers.google.com/
190190
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
191191
[cloud-cli]: https://cloud.google.com/cli
192-
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
192+
[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting
193193
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
194194
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
195195
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE

0 commit comments

Comments
 (0)