diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 229e053ee..020880a13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ intersphinx_mapping = { 'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None), 'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest', None), 'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None), - 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), + 'webtest': ('https://docs.pylonsproject.org/projects/webtest/en/latest/', None), 'who': ('https://repozewho.readthedocs.io/en/latest', None), 'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None), 'zcomponent': ('https://zopecomponent.readthedocs.io/en/latest/', None), |
