From 713fe75bba32e3f636c579f602e2d6891a07f434 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 20 Jul 2017 21:33:59 -0700 Subject: Update webob intersphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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), -- cgit v1.2.3