Michael Merickel
2018-10-17 e8a70ab171463551bf3f84e03f3c3f01d76bdf01
change webtest link to https
2 files modified
5 ■■■■■ changed files
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/glossary.rst 3 ●●●● patch | view | raw | blame | history
docs/conf.py
@@ -78,7 +78,7 @@
    '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),
docs/glossary.rst
@@ -923,8 +923,7 @@
     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