From bb15cff0ecf9a339e413f16a8207c6793f17c1a3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 21 Jun 2017 10:39:29 -0400 Subject: [PATCH] Fix broken link in the client Google Auth credentials help text (#3517) --- core/google/cloud/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/google/cloud/client.py b/core/google/cloud/client.py index e7e43faf1e452..9bdbf507d2014 100644 --- a/core/google/cloud/client.py +++ b/core/google/cloud/client.py @@ -29,8 +29,8 @@ _GOOGLE_AUTH_CREDENTIALS_HELP = ( 'This library only supports credentials from google-auth-library-python. ' - 'See https://google-cloud-python.readthedocs.io/en/latest/' - 'google-cloud-auth.html for help on authentication with this library.' + 'See https://google-cloud-python.readthedocs.io/en/latest/core/auth.html ' + 'for help on authentication with this library.' )