Skip to content

Commit 4d61203

Browse files
authored
Update links to javadoc to point to googleapis.dev (#636)
* Update links to javadoc to point to googleapis.dev * Fix release notes link * Fix some GitHub urls
1 parent 0988ae4 commit 4d61203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The library supports the following Java environments:
1919

2020
The following related projects are built on the Google HTTP Client Library for Java:
2121

22-
- [Google OAuth Client Library for Java](https://github.com/google/google-oauth-java-client),
22+
- [Google OAuth Client Library for Java](https://github.com/googleapis/google-oauth-java-client),
2323
for the OAuth 2.0 and OAuth 1.0a authorization standards.
24-
- [Google APIs Client Library for Java](https://github.com/google/google-api-java-client), for
24+
- [Google APIs Client Library for Java](https://github.com/googleapis/google-api-java-client), for
2525
access to Google APIs.
2626

2727
This is an open-source library, and
@@ -32,8 +32,8 @@ are welcome.
3232

3333
- [Developer's Guide](https://developers.google.com/api-client-library/java/google-http-java-client/)
3434
- [Setup Instructions](https://developers.google.com/api-client-library/java/google-http-java-client/setup)
35-
- [JavaDoc](https://developers.google.com/api-client-library/java/google-http-java-client/reference/index)
36-
- [Release Notes](https://developers.google.com/api-client-library/java/google-http-java-client/release-notes)
35+
- [JavaDoc](https://googleapis.dev/java/google-http-client/latest/)
36+
- [Release Notes](https://github.com/googleapis/google-http-java-client/releases)
3737
- [Support (Questions, Bugs)](https://developers.google.com/api-client-library/java/google-http-java-client/support)
3838

3939
## CI Status

0 commit comments

Comments
 (0)