From 52211a0a0c5e74e498d68167a4e1e894c019d566 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 11 Sep 2018 02:02:00 -0700 Subject: Update URL to docs --- README.rst | 2 +- setup.py | 2 +- 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', -- cgit v1.2.1