From 242775973651b131514157d4c6b50e6175105215 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 11 Jun 2016 10:53:29 +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/advanced.txt | 2 +- docs/changelog.txt | 2 +- docs/index.txt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8548d17..b5038c4 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ django-dbtemplates It also features optional support for versioned storage and django-admin command, integrates with Django's caching system and the admin actions. -Please see http://django-dbtemplates.readthedocs.org/ for more details. +Please see https://django-dbtemplates.readthedocs.io/ for more details. The source code and issue tracker can be found on Github: diff --git a/docs/advanced.txt b/docs/advanced.txt index 273ab03..6d339f8 100644 --- a/docs/advanced.txt +++ b/docs/advanced.txt @@ -62,7 +62,7 @@ Short installation howto 4. Set ``DBTEMPLATES_USE_REVERSION`` setting to ``True`` .. _django-reversion: https://github.com/etianen/django-reversion -.. _django-reversion's documentation: http://django-reversion.readthedocs.org/en/latest/ +.. _django-reversion's documentation: https://django-reversion.readthedocs.io/en/latest/ .. _commands: diff --git a/docs/changelog.txt b/docs/changelog.txt index b4d4a3c..1ed055b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,7 +41,7 @@ v1.3 (2012-05-07) * Moved test runner to use nose_ and a hosted CI project at Travis_: http://travis-ci.org/jazzband/django-dbtemplates -.. _nose: http://nose.rtfd.org/ +.. _nose: https://nose.readthedocs.io/ .. _Travis: http://travis-ci.org v1.2.1 (2011-09-07) diff --git a/docs/index.txt b/docs/index.txt index 12bf0f2..9006d89 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -11,7 +11,7 @@ It also features optional support for :ref:`versioned storage ` and :ref:`django-admin command `, integrates with Django's :ref:`caching system ` and the :ref:`admin actions `. -Please see http://django-dbtemplates.readthedocs.org/ for more details. +Please see https://django-dbtemplates.readthedocs.io/ for more details. The source code and issue tracker can be found on Github: https://github.com/jazzband/django-dbtemplates diff --git a/setup.py b/setup.py index fdd5aa3..20a2a81 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description=read('README.rst'), author='Jannis Leidel', author_email='jannis@leidel.info', - url='http://django-dbtemplates.readthedocs.org/', + url='https://django-dbtemplates.readthedocs.io/', packages=find_packages(exclude=['example']), zip_safe=False, package_data={