Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e97a0ae

Browse files
authored
docs: fix intersphinx reference to requests (#9294)
1 parent c44195f commit e97a0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
340340
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
341341
"grpc": ("https://grpc.io/grpc/python/", None),
342-
"requests": ("https://2.python-requests.org/en/master/", None),
342+
"requests": ("https://requests.kennethreitz.org/en/stable/", None),
343343
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
344344
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
345345
}

0 commit comments

Comments
 (0)