Skip to content

Commit b3a3419

Browse files
committed
Merge pull request django-compressor#299 from overshard/develop
Fix readthedocs link.
2 parents 236e0d7 + 743e0e2 commit b3a3419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tool it will be fairly easy to implement a custom filter. Simply extend
4848
from one of the available base classes.
4949

5050
More documentation about the usage and settings of Django Compressor can be
51-
found on `django-compressor.readthedocs.org`_.
51+
found on `django_compressor.readthedocs.org`_.
5252

5353
The source code for Django Compressor can be found and contributed to on
5454
`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
6565
.. _JSMin: http://www.crockford.com/javascript/jsmin.html
6666
.. _cssmin: https://github.com/zacharyvoase/cssmin
6767
.. _data URIs: http://en.wikipedia.org/wiki/Data_URI_scheme
68-
.. _django-compressor.readthedocs.org: http://django-compressor.readthedocs.org/
68+
.. _django_compressor.readthedocs.org: http://django_compressor.readthedocs.org/
6969
.. _github.com/jezdez/django_compressor: https://github.com/jezdez/django_compressor
7070
.. _in-development version: http://github.com/jezdez/django_compressor/tarball/develop#egg=django_compressor-dev
7171

0 commit comments

Comments
 (0)