Merge pull request #768 from adamchainz/readthedocs.io

Convert readthedocs link for their .org -> .io migration for hosted projects
This commit is contained in:
Mathieu Pillard
2016-05-31 21:17:48 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -326,7 +326,7 @@ v1.0
- Added :func:`post_compress<compressor.signals.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.

View File

@@ -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/

View File

@@ -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'),