Skip to content

Commit

Permalink
Fix broken link in the client Google Auth credentials help text (goog…
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored and landrito committed Aug 22, 2017
1 parent 0eb79fa commit bb15cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/google/cloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
)


Expand Down

0 comments on commit bb15cff

Please sign in to comment.