summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rw-r--r--docs/glossary.rst3
2 files changed, 2 insertions, 3 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),
diff --git a/docs/glossary.rst b/docs/glossary.rst
index c14729fc4..e5566a229 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -923,8 +923,7 @@ Glossary
can be used as global application values.
WebTest
- `WebTest <http://webtest.pythonpaste.org/en/latest/>`_ is a package which can help
- you write functional tests for your WSGI application.
+ `WebTest <https://docs.pylonsproject.org/projects/webtest/en/latest/>`_ is a package which can help you write functional tests for your WSGI application.
view mapper
A view mapper is a class which implements the