summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-05 20:23:57 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-05 20:23:57 +0100
commit3b9a1f96745e5243044b958ed0d7d727927658b1 (patch)
treeb3b408f2ecdc0211f256eee5672ea3e985f06862
parentdb1223ee80a46818bb2351c5bc249ca3de1c4e6f (diff)
downloadwebtest-3b9a1f96745e5243044b958ed0d7d727927658b1.tar.gz
Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
-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.