Skip to content

Commit 1bfb584

Browse files
authored
Minor fix to docs (broken link: GoogleCredentials) (#318)
b/140244055
1 parent 87ce0ed commit 1bfb584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/firebase/FirebaseOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public Builder setStorageBucket(String storageBucket) {
316316
* Initialize the SDK</a> for code samples and detailed documentation.
317317
*
318318
* @param credentials A
319-
* <a href="http://google.github.io/google-auth-library-java/releases/0.7.1/apidocs/com/google/auth/oauth2/GoogleCredentials.html">{@code GoogleCredentials}</a>
319+
* <a href="https://googleapis.dev/java/google-auth-library/latest/index.html?com/google/auth/oauth2/GoogleCredentials.html">{@code GoogleCredentials}</a>
320320
* instance used to authenticate the SDK.
321321
* @return This <code>Builder</code> instance is returned so subsequent calls can be chained.
322322
*/

0 commit comments

Comments
 (0)