From e0ae0462dd69326f94c83dbcf63a9231b0173e2c Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sun, 29 May 2016 15:12:29 +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 email ‘Changes to project 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c46b0c7..a4d7baa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,8 +88,8 @@ html_show_sphinx = False intersphinx_mapping = { "http://docs.python.org/dev": None, - "http://kombu.readthedocs.org/en/latest/": None, - "http://django-celery.readthedocs.org/en/latest": None, + "https://kombu.readthedocs.io/en/latest/": None, + "https://django-celery.readthedocs.io/en/latest": None, } html_theme = "celery"