Skip to content

Commit f238d59

Browse files
fix: Use Cloud RAD in deprecation link in GoogleCredential class (#2606)
1 parent d4c0a33 commit f238d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static GoogleCredential getApplicationDefault(
219219
* @return the credential defined by the credentialStream.
220220
* @throws IOException if the credential cannot be created from the stream.
221221
* @deprecated This method is being deprecated because of a potential security risk.
222-
* Please use {@link <a href="https://javadoc.io/doc/com.google.auth/google-auth-library-oauth2-http/latest/com/google/auth/oauth2/GoogleCredentials.html">GoogleCredentials</a> instead.
222+
* Please use {@link <a href="https://cloud.google.com/java/docs/reference/google-auth-library/latest/com.google.auth.oauth2.GoogleCredentials">GoogleCredentials</a> instead.
223223
*/
224224
@Beta
225225
@Deprecated
@@ -251,7 +251,7 @@ public static GoogleCredential fromStream(InputStream credentialStream) throws I
251251
* @return the credential defined by the credentialStream.
252252
* @throws IOException if the credential cannot be created from the stream.
253253
* @deprecated This method is being deprecated because of a potential security risk.
254-
* Please use {@link <a href="https://javadoc.io/doc/com.google.auth/google-auth-library-oauth2-http/latest/com/google/auth/oauth2/GoogleCredentials.html">GoogleCredentials</a> instead.
254+
* Please use {@link <a href="https://cloud.google.com/java/docs/reference/google-auth-library/latest/com.google.auth.oauth2.GoogleCredentials">GoogleCredentials</a> instead.
255255
*/
256256
@Beta
257257
@Deprecated

0 commit comments

Comments
 (0)