Skip to content

Commit 8c74e9c

Browse files
authored
docs: fix intersphinx reference to requests (#9294)
1 parent 5300322 commit 8c74e9c

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
@@ -338,7 +338,7 @@
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339339
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
340340
"grpc": ("https://grpc.io/grpc/python/", None),
341-
"requests": ("https://2.python-requests.org/en/master/", None),
341+
"requests": ("https://requests.kennethreitz.org/en/stable/", None),
342342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
343343
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
344344
}

0 commit comments

Comments
 (0)