aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-07-29 12:53:23 -0700
committerTres Seaver <tseaver@palladion.com>2019-07-29 15:53:23 -0400
commit45e526c26384dab021e303ccf47feabb73c1db40 (patch)
tree3121072e35860d137a5662695f1dde4597e38763 /docs
parent1b42d94cec7f384ea9ea5bc790a44aeb009777cf (diff)
downloadpython-api-core-45e526c26384dab021e303ccf47feabb73c1db40.tar.gz
Update intersphinx mapping for requests. (#8805)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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 @@ intersphinx_mapping = {
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),
}