diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-16 20:38:53 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-16 20:50:50 -0500 |
| commit | e8a70ab171463551bf3f84e03f3c3f01d76bdf01 (patch) | |
| tree | 9ebe21c9b76e6d1fbe98985af3fb7d759447556f | |
| parent | b74ccf51da71fc05872d818fa1e59a3ec8495cd4 (diff) | |
| download | pyramid-e8a70ab171463551bf3f84e03f3c3f01d76bdf01.tar.gz pyramid-e8a70ab171463551bf3f84e03f3c3f01d76bdf01.tar.bz2 pyramid-e8a70ab171463551bf3f84e03f3c3f01d76bdf01.zip | |
change webtest link to https
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/glossary.rst | 3 |
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 |
