Skip to content

Commit 5805929

Browse files
authored
Merge pull request jazzband#571 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents fa27e1d + 952e294 commit 5805929

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Documentation
2626
-------------
2727

2828
For documentation, usage, and examples, see :
29-
https://django-pipeline.readthedocs.org
29+
https://django-pipeline.readthedocs.io

docs/compressors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Install the jsmin library with your favorite Python package manager ::
161161
SlimIt compressor
162162
=================
163163

164-
The slimit compressor uses `SlimIt <http://slimit.readthedocs.org>`_ to
164+
The slimit compressor uses `SlimIt <https://slimit.readthedocs.io>`_ to
165165
compress javascripts.
166166

167167
To use it add this to your ``PIPELINE['JS_COMPRESSOR']`` ::

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Cache manifest
7878
==============
7979

8080
Pipeline provide a way to add your javascripts and stylesheets files to a
81-
cache-manifest via `Manifesto <http://manifesto.readthedocs.org/>`_.
81+
cache-manifest via `Manifesto <https://manifesto.readthedocs.io/>`_.
8282

8383
To do so, you just need to add manifesto app to your ``INSTALLED_APPS``.
8484

0 commit comments

Comments
 (0)