From 9be43b810067874134c2c0db8bee8b8a6b2c94fc Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Tue, 31 May 2016 19:27:39 +0100 Subject: [PATCH] Convert readthedocs link 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/changelog.txt | 4 ++-- docs/django-sekizai.txt | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 82fae69..4ec4c63 100644 --- a/README.rst +++ b/README.rst @@ -80,5 +80,5 @@ The in-development version of Django Compressor can be installed with .. _JSMin: http://www.crockford.com/javascript/jsmin.html .. _csscompressor: https://github.com/sprymix/csscompressor .. _data URIs: http://en.wikipedia.org/wiki/Data_URI_scheme -.. _django-compressor.readthedocs.org: http://django-compressor.readthedocs.org/en/latest/ +.. _django-compressor.readthedocs.org: https://django-compressor.readthedocs.io/en/latest/ .. _github.com/django-compressor/django-compressor: https://github.com/django-compressor/django-compressor diff --git a/docs/changelog.txt b/docs/changelog.txt index 5fa4307..441642f 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -326,7 +326,7 @@ v1.0 - Added :func:`post_compress` signal. .. _`Slim It`: http://slimit.org/ -.. _`django-appconf`: http://django-appconf.rtfd.org/ +.. _`django-appconf`: https://django-appconf.readthedocs.io/ .. _`versiontools`: http://pypi.python.org/pypi/versiontools v0.9.2 @@ -465,7 +465,7 @@ Major improvements and a lot of bugfixes, some of which are: - Added ``mtime_cache`` management command to add and/or remove all mtimes from the cache. -- Moved docs to Read The Docs: http://django-compressor.readthedocs.org/en/latest/ +- Moved docs to Read The Docs: https://django-compressor.readthedocs.io/en/latest/ - Added optional ``compressor.storage.GzipCompressorFileStorage`` storage backend that gzips of the saved files automatically for easier deployment. diff --git a/docs/django-sekizai.txt b/docs/django-sekizai.txt index ab70b17..e6db68f 100644 --- a/docs/django-sekizai.txt +++ b/docs/django-sekizai.txt @@ -21,4 +21,4 @@ Usage .. _django-sekizai: https://github.com/ojii/django-sekizai -.. _django-sekizai docs: http://django-sekizai.readthedocs.org/en/latest/ +.. _django-sekizai docs: https://django-sekizai.readthedocs.io/en/latest/ diff --git a/setup.py b/setup.py index 9fefc8c..8d2dcb2 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def find_package_data(where='.', package='', setup( name="django_compressor", version=find_version("compressor", "__init__.py"), - url='http://django-compressor.readthedocs.org/en/latest/', + url='https://django-compressor.readthedocs.io/en/latest/', license='MIT', description="Compresses linked and inline JavaScript or CSS into single cached files.", long_description=read('README.rst'),