Skip to content

Commit 5c3b865

Browse files
docs: Use correct Javadoc link in README template
Borrows from #30334 Fixes #29581
1 parent e08eb6f commit 5c3b865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • generator/src/googleapis/codegen/languages/java/2.0.0/templates

generator/src/googleapis/codegen/languages/java/2.0.0/templates/README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ dependencies {
3939
}
4040
```
4141

42-
[javadoc]: https://googleapis.dev/java/{{ api.maven.artifact_id }}/latest/index.html
42+
[javadoc]: https://javadoc.io/doc/com.google.apis/{{ api.maven.artifact_id }}/latest/index.html
4343
[google-api-client]: https://github.com/googleapis/google-api-java-client/
4444
[api-explorer]: https://developers.google.com/apis-explorer/#p/{{ api.name }}/v1/

0 commit comments

Comments
 (0)