Skip to content

Commit 46c2330

Browse files
committed
update syntax
1 parent 99f63ba commit 46c2330

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/user-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ unvalidated credential configuration to Google APIs or libraries can compromise
3636
the security of your systems and data. For more information, refer to
3737
`Validate credential configurations from external sources`_
3838

39-
.. _Validate credential configurations from external sources: https://\
40-
cloud.google.com/docs/authentication/external/externally-sourced-credentials
39+
.. _Validate credential configurations from external sources:
40+
https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
4141

4242
.. _application-default:
4343

google/auth/_default.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def load_credentials_from_file(
9292
the security of your systems and data. For more information, refer to
9393
`Validate credential configurations from external sources`_
9494
95-
.. _Validate credential configurations from external sources: https://\
96-
cloud.google.com/docs/authentication/external/externally-sourced-credentials
95+
.. _Validate credential configurations from external sources:
96+
https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
9797
9898
Args:
9999
filename (str): The full path to the credentials file.
@@ -154,8 +154,8 @@ def load_credentials_from_dict(
154154
the security of your systems and data. For more information, refer to
155155
`Validate credential configurations from external sources`_
156156
157-
.. _Validate credential configurations from external sources: https://\
158-
cloud.google.com/docs/authentication/external/externally-sourced-credentials
157+
.. _Validate credential configurations from external sources:
158+
https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
159159
160160
Args:
161161
info (Dict[str, Any]): A dict object containing the credentials

0 commit comments

Comments
 (0)