summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 285c5f4..1b3c361 100644
--- a/README.rst
+++ b/README.rst
@@ -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/
diff --git a/setup.py b/setup.py
index 53e501f..6970bd0 100644
--- a/setup.py
+++ b/setup.py
@@ -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',