From cbb8cdf40ad0ef8a0ba3132ac19acebb64f11235 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 4 Jun 2016 15:27:37 +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.markdown | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 76b20b5..daf2bea 100644 --- a/README.markdown +++ b/README.markdown @@ -9,4 +9,4 @@ Features: - Templatetags - Exporting Comments as WXR -The documentation is available at [http://django-disqus.readthedocs.org/](http://django-disqus.readthedocs.org/). +The documentation is available at [https://django-disqus.readthedocs.io/](https://django-disqus.readthedocs.io/). diff --git a/setup.py b/setup.py index d1a0b3a..6157625 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description='Export comments and integrate DISQUS into your Django website', author='Arthur Koziel', author_email='arthur@arthurkoziel.com', - url='http://django-disqus.readthedocs.org', + url='https://django-disqus.readthedocs.io', license='New BSD License', classifiers=[ 'Framework :: Django',