summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--docs/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a7480e1..285c5f4 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.org/en/latest/
+Full docs can be found at https://webtest.readthedocs.io/en/latest/
diff --git a/docs/conf.py b/docs/conf.py
index 3cc794e..d8c8816 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,8 +29,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphi
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
- 'webob': ('https://webob.readthedocs.org/en/latest', None),
- 'waitrress': ('https://waitress.readthedocs.org/en/latest', None),
+ 'webob': ('https://webob.readthedocs.io/en/latest', None),
+ 'waitrress': ('https://waitress.readthedocs.io/en/latest', None),
}
# Add any paths that contain templates here, relative to this directory.