From bf57a34af4a973a4d03bcab0a1243f2acf7d0852 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 11 Jun 2016 10:58:02 +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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5fc8987..c24fc06 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ The main website for django-authority is `in-development version`_ of django-authority with ``pip install django-authority==dev`` or ``easy_install django-authority==dev``. -.. _`django-authority.readthedocs.org`: http://django-authority.readthedocs.org/ +.. _`django-authority.readthedocs.org`: https://django-authority.readthedocs.io/ .. _in-development version: https://github.com/jazzband/django-authority/archive/master.zip#egg=django-authority-dev Example