diff --git a/README.rst b/README.rst index d8b5399..9979f4e 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ tool it will be fairly easy to implement a custom filter. Simply extend from one of the available base classes. More documentation about the usage and settings of Django Compressor can be -found on `django_compressor.readthedocs.org`_. +found on `django-compressor.readthedocs.org`_. The source code for Django Compressor can be found and contributed to on `github.com/jezdez/django_compressor`_. There you can also file tickets. @@ -65,7 +65,7 @@ The `in-development version`_ of Django Compressor can be installed with .. _JSMin: http://www.crockford.com/javascript/jsmin.html .. _cssmin: https://github.com/zacharyvoase/cssmin .. _data URIs: http://en.wikipedia.org/wiki/Data_URI_scheme -.. _django_compressor.readthedocs.org: http://django_compressor.readthedocs.org/ +.. _django-compressor.readthedocs.org: http://django-compressor.readthedocs.org/en/latest/ .. _github.com/jezdez/django_compressor: https://github.com/jezdez/django_compressor .. _in-development version: http://github.com/jezdez/django_compressor/tarball/develop#egg=django_compressor-dev diff --git a/docs/changelog.txt b/docs/changelog.txt index 3a49590..20c1373 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -346,7 +346,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 +- Moved docs to Read The Docs: http://django-compressor.readthedocs.org/en/latest/ - Added optional ``compressor.storage.GzipCompressorFileStorage`` storage backend that gzips of the saved files automatically for easier deployment. diff --git a/setup.py b/setup.py index af7f2c6..c27b8a0 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def find_package_data(where='.', package='', setup( name="django_compressor", version=find_version("compressor", "__init__.py"), - url='http://django_compressor.readthedocs.org/', + url='http://django-compressor.readthedocs.org/en/latest/', license='MIT', description="Compresses linked and inline JavaScript or CSS into single cached files.", long_description=read('README.rst'),