From 5b507659f49a43c39c2f0c459e25aac06aeedf4f Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sun, 29 May 2016 23:29:00 +0100 Subject: [PATCH] Convert readthedocs link for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.rst | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1be665b5bfb..45f06c0c6c5 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ shoud be replaced by:: Documentation ------------- -http://aiohttp.readthedocs.org/ +https://aiohttp.readthedocs.io/ Discussion list --------------- diff --git a/docs/conf.py b/docs/conf.py index 757a7e609a3..1ba3ef34375 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,11 +69,11 @@ intersphinx_mapping = { 'python': ('http://docs.python.org/3', None), 'multidict': - ('http://multidict.readthedocs.org/en/stable/', None), + ('https://multidict.readthedocs.io/en/stable/', None), 'aiohttpjinja2': - ('http://aiohttp-jinja2.readthedocs.org/en/stable/', None), + ('https://aiohttp-jinja2.readthedocs.io/en/stable/', None), 'aiohttpsession': - ('http://aiohttp-session.readthedocs.org/en/stable/', None)} + ('https://aiohttp-session.readthedocs.io/en/stable/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']