summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-07-20 21:33:59 -0700
committerSteve Piercy <web@stevepiercy.com>2017-07-20 21:33:59 -0700
commit713fe75bba32e3f636c579f602e2d6891a07f434 (patch)
treef9ca5b2ad02e5c938291f6ef90f8ff32d89d3dfe
parent9c725a6ce6ee320c0fe394d92437ce2f5af6ca79 (diff)
downloadpyramid-713fe75bba32e3f636c579f602e2d6891a07f434.tar.gz
pyramid-713fe75bba32e3f636c579f602e2d6891a07f434.tar.bz2
pyramid-713fe75bba32e3f636c579f602e2d6891a07f434.zip
Update webob intersphinx
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3fec0dce2..4e9c40297 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -78,7 +78,7 @@ intersphinx_mapping = {
'tstring': ('https://docs.pylonsproject.org/projects/translationstring/en/latest', None),
'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest', None),
- 'webob': ('http://docs.webob.org/en/latest', None),
+ 'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None),
'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
'who': ('http://repozewho.readthedocs.io/en/latest', None),
'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None),