Skip to content

Commit 7f2f49a

Browse files
partheaJon Wayne Parrott
authored andcommitted
Fix broken link in the client Google Auth credentials help text (#3517)
1 parent b3cdb18 commit 7f2f49a

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-core/google/cloud

1 file changed

+2
-2
lines changed

packages/google-cloud-core/google/cloud/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
_GOOGLE_AUTH_CREDENTIALS_HELP = (
3131
'This library only supports credentials from google-auth-library-python. '
32-
'See https://google-cloud-python.readthedocs.io/en/latest/'
33-
'google-cloud-auth.html for help on authentication with this library.'
32+
'See https://google-cloud-python.readthedocs.io/en/latest/core/auth.html '
33+
'for help on authentication with this library.'
3434
)
3535

3636

0 commit comments

Comments
 (0)