From 5bedfcd3612e4c2e21dfc5aba099d54ce87bd72d Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Mon, 13 Jun 2016 22:09:38 +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 | 4 ++-- docs/usage.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ab74009..4edf1c1 100644 --- a/README.rst +++ b/README.rst @@ -36,12 +36,12 @@ Channels-based desktop notification system Documentation ------------- -The full documentation is at https://django-knocker.readthedocs.org. +The full documentation is at https://django-knocker.readthedocs.io. Usage ----- -See http://django-knocker.readthedocs.org/en/latest/usage.html +See https://django-knocker.readthedocs.io/en/latest/usage.html Features -------- diff --git a/docs/usage.rst b/docs/usage.rst index beb4744..9b95e28 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -87,4 +87,4 @@ Methods .. _django-parler: https://github.com/edoburu/django-parler .. _django-meta: https://github.com/nephila/django-meta .. _channels: https://github.com/andrewgodwin/channels -.. _channels documentation: http://channels.readthedocs.org/en/latest/deploying.html +.. _channels documentation: https://channels.readthedocs.io/en/latest/deploying.html