Skip to content

Commit eaafc3c

Browse files
tswastJon Wayne Parrott
authored andcommitted
Fix broken link to core Client service account helper. [(googleapis#1256)](GoogleCloudPlatform/python-docs-samples#1256)
1 parent 0a1858e commit eaafc3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/snippets/auth_snippets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def explicit():
3535

3636
# Explicitly use service account credentials by specifying the private key
3737
# file. All clients in google-cloud-python have this helper, see
38-
# https://google-cloud-python.readthedocs.io/en/latest/core/modules.html
39-
# #google.cloud.client.Client.from_service_account_json
38+
# https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html#service-accounts
4039
bigquery_client = bigquery.Client.from_service_account_json(
4140
'service_account.json')
4241

0 commit comments

Comments
 (0)