Skip to content

Commit 4b4ad29

Browse files
committed
chore: fix broken links
1 parent 8c88e03 commit 4b4ad29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-auth-oauthlib/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ code from `GitHub`_ and install from source.
2424

2525
.. _pip: https://pip.pypa.io
2626
.. _GitHub:
27-
https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib
27+
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-oauthlib
2828

2929
Usage
3030
-----
@@ -38,7 +38,7 @@ google-auth-oauthlib is made available under the Apache License, Version 2.0.
3838
For more details, see `LICENSE`_
3939

4040
.. _LICENSE:
41-
https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib/LICENSE
41+
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-oauthlib/LICENSE
4242

4343
Contributing
4444
------------

packages/google-auth-oauthlib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author_email="googleapis-packages@google.com",
4242
description="Google Authentication Library",
4343
long_description=long_description,
44-
url="https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib",
44+
url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-oauthlib",
4545
packages=find_namespace_packages(
4646
exclude=(
4747
"docs*",

0 commit comments

Comments
 (0)