Skip to content

Commit

Permalink
chore: update repo-metadata.json client_documentation link (googleapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 authored Oct 7, 2021
1 parent aa3f32e commit d5f7704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-resourcemanager/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudresourcemanager",
"name_pretty": "Resource Manager API",
"product_documentation": "https://cloud.google.com/resource-manager",
"client_documentation": "https://googleapis.dev/java/google-cloud-resourcemanager/latest/",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-resourcemanager/latest/history",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559757",
"release_level": "ga",
"language": "java",
Expand Down
6 changes: 3 additions & 3 deletions java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-resourcemanager:1.1.2'
implementation 'com.google.cloud:google-cloud-resourcemanager:1.1.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.1.3"
```

## Authentication
Expand Down Expand Up @@ -330,7 +330,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/resource-manager
[javadocs]: https://googleapis.dev/java/google-cloud-resourcemanager/latest/
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-resourcemanager/latest/history
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-resourcemanager/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-resourcemanager/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-resourcemanager/java8.svg
Expand Down

0 comments on commit d5f7704

Please sign in to comment.