From 2ac918df8d5fab75e67063cb08288ff1e932677b Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 11 Jun 2016 10:52:12 +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 +- docs/changes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2e500c0..760b776 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Django model backend built in) with an integration with the Django admin app. For more information see the documentation at: -http://django-constance.readthedocs.org/ +https://django-constance.readthedocs.io/ If you have questions or have trouble using the app please file a bug report at: diff --git a/docs/changes.rst b/docs/changes.rst index 0b4212a..5be7494 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -60,7 +60,7 @@ v1.0 (2014/12/04) * Added docs and set up Read The Docs project: - http://django-constance.readthedocs.org/ + https://django-constance.readthedocs.io/ * Set up Transifex project for easier translations: