From 83e3c6ece492abc1565cac97dfc6563b0c3aa275 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Tue, 31 May 2016 18:55: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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6c43c82..cbb70b4 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Currency conversion for money Documentation ------------- -The full documentation is at http://django-money-rates.rtfd.org. +The full documentation is at https://django-money-rates.readthedocs.io/. Quickstart ----------