aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-09-25 12:35:50 -0400
committerGitHub <noreply@github.com>2019-09-25 12:35:50 -0400
commit8c74e9cc74d8d5923eb28198b9db2ea7171fb6f1 (patch)
tree0bf6b703d20104e2beda862abe617ef6c969b726 /docs
parent5300322ffa0deb99479883398c8c10e26afdeb0c (diff)
downloadpython-api-core-8c74e9cc74d8d5923eb28198b9db2ea7171fb6f1.tar.gz
docs: fix intersphinx reference to requests (#9294)
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 60b1f7a..b92886d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -338,7 +338,7 @@ intersphinx_mapping = {
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
"grpc": ("https://grpc.io/grpc/python/", None),
- "requests": ("https://2.python-requests.org/en/master/", None),
+ "requests": ("https://requests.kennethreitz.org/en/stable/", None),
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
}