From a6ce5718da4daa47ff8f542898d4bf8f48232ac5 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 15 Jun 2016 21:29:20 +0100 Subject: [PATCH] Convert readthedocs links 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. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c4fc872b..c0e79d03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -269,7 +269,7 @@ intersphinx_mapping = { 'python': ('http://docs.python.org/2.7', None), - 'django': ('http://django.readthedocs.org/en/latest/', None), + 'django': ('https://django.readthedocs.io/en/latest/', None), 'pootle': ('http://docs.translatehouse.org/projects/pootle/en/latest/', None), 'toolkit': ('http://docs.translatehouse.org/projects/translate-toolkit/en/latest/', None), }