Skip to content

Commit 98fc7e1

Browse files
authoredDec 21, 2023
docs: Update README.md to link to Cloud authentication documentation rather than AIPs
1 parent 7eb322e commit 98fc7e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "
8383

8484
### Application Default Credentials
8585

86-
This library provides an implementation of [Application Default Credentials](https://google.aip.dev/auth/4110)
87-
for Java. The [Application Default Credentials](https://google.aip.dev/auth/4110)
88-
provide a simple way to get authorization credentials for use in calling Google APIs.
86+
This library provides an implementation of
87+
[Application Default Credentials](https://cloud.google.com/docs/authentication/application-default-credentials)
88+
for Java. Application Default Credentials provide a simple way to get authorization
89+
credentials for use in calling Google APIs.
8990

9091
They are best suited for cases when the call needs to have the same identity and
9192
authorization level for the application independent of the user. This is the recommended

0 commit comments

Comments
 (0)
Please sign in to comment.