summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-11 02:02:00 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-11 02:02:00 -0700
commit52211a0a0c5e74e498d68167a4e1e894c019d566 (patch)
tree4ca061f41ccc401b2dd55a1252994dd5cba90106
parent55033d025e9aa8674f6e9a5ed5f04167b49bc7ca (diff)
downloadwebtest-docs-cleanup.tar.gz
Update URL to docsdocs-cleanup
-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',