diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,4 +8,4 @@ requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework. -Full docs can be found at https://webtest.readthedocs.io/en/latest/ +Full docs can be found at https://docs.pylonsproject.org/projects/webtest/en/latest/ @@ -44,7 +44,7 @@ setup(name='WebTest', author_email='ianb at colorstudy com', maintainer='Gael Pasgrimaud', maintainer_email='gael@gawel.org', - url='http://webtest.pythonpaste.org/', + url='https://docs.pylonsproject.org/projects/webtest/en/latest/', license='MIT', packages=find_packages(exclude=[ 'ez_setup', |