From bf1b2645ad9d1e9cc02a9ba85bec1d6b1cdab69d Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Fri, 21 Sep 2018 09:52:19 -0700 Subject: [PATCH] update link to documentation for default credentials --- google/auth/_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/auth/_default.py b/google/auth/_default.py index 657aecf45..c93b48963 100644 --- a/google/auth/_default.py +++ b/google/auth/_default.py @@ -41,7 +41,7 @@ Could not automatically determine credentials. Please set {env} or \ explicitly create credentials and re-run the application. For more \ information, please see \ -https://developers.google.com/accounts/docs/application-default-credentials +https://cloud.google.com/docs/authentication/getting-started """.format(env=environment_vars.CREDENTIALS).strip() # Warning when using Cloud SDK user credentials