Skip to content

Commit 91807b9

Browse files
docs: update doc link (#685)
* chore: update doc link * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 73786bd commit 91807b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ private static GoogleCredential.Builder getCredentialBuilderWithoutPrivateKey(
216216
* <li>No credentials (if the DATASTORE_EMULATOR_HOST environment variable is set)
217217
* <li>Service Account specified by the DATASTORE_SERVICE_ACCOUNT and DATASTORE_PRIVATE_KEY_FILE
218218
* environment variables
219-
* <li>Google Application Default as described at {@link
220-
* "https://developers.google.com/identity/protocols/application-default-credentials"}
219+
* <li>Google Application Default as described <a
220+
* href="https://cloud.google.com/docs/authentication/production">here</a>.
221221
* </ol>
222222
*/
223223
public static DatastoreOptions.Builder getOptionsFromEnv()

0 commit comments

Comments
 (0)