Update intersphinx mapping for requests. (#8805)
diff --git a/docs/conf.py b/docs/conf.py
index f1f3a2c..798d3d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -347,7 +347,7 @@
None,
),
"grpc": ("https://grpc.io/grpc/python/", None),
- "requests": ("http://docs.python-requests.org/en/master/", None),
+ "requests": ("https://2.python-requests.org/en/master/", None),
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
}