From 9abb56a7a612f2504be7c8aa96e59801e09d7a01 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 15 Jun 2016 22:40:18 +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/third-party.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c7436c4..bc0c4ec 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Django to perform an ``INNER JOIN`` to fetch the model fields from the database. While taking this in mind, there are valid reasons for using subclassed models. That's what this library is designed for! -For more information, see the `documentation at Read the Docs `_. +For more information, see the `documentation at Read the Docs `_. License ======= diff --git a/docs/third-party.rst b/docs/third-party.rst index d43e816..78b5046 100644 --- a/docs/third-party.rst +++ b/docs/third-party.rst @@ -10,7 +10,7 @@ However, they require more setup than standard models. That's become: * The children models are not registered in the admin site. You will therefore need to manually register them to django-reversion_. * Polymorphic models use `multi-table inheritance `_. - See the `reversion documentation `_ + See the `reversion documentation `_ how to deal with this by adding a ``follow`` field for the primary key. * Both admin classes redefine ``object_history_template``.