summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2016-06-06 17:52:29 +0200
committerGael Pasgrimaud <gael@gawel.org>2016-06-06 17:52:29 +0200
commit2358ed021a244c1a4400b6e353c15876e13b7660 (patch)
treeb3b408f2ecdc0211f256eee5672ea3e985f06862
parentdb1223ee80a46818bb2351c5bc249ca3de1c4e6f (diff)
parent3b9a1f96745e5243044b958ed0d7d727927658b1 (diff)
downloadwebtest-2358ed021a244c1a4400b6e353c15876e13b7660.tar.gz
Merge pull request #155 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
-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.