From ffc0a02eb8226a5989d2b38e67c182b297ada0e2 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 21 Sep 2016 08:32:45 +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 84a25aa..9a00a7c 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Static responses aren't very different than dynamic ones. If you're running a top-tier application, optimizing for delivery and reducing frontend load, you will want to explore using a CDN with -`Django-Storages `_. +`Django-Storages `_. Usage