Commit 58059292 by Timothée Peignier Committed by GitHub

Merge pull request #571 from adamchainz/readthedocs.io

Convert readthedocs links for their .org -> .io migration for hosted projects
parents fa27e1d6 952e2942
......@@ -26,4 +26,4 @@ Documentation
-------------
For documentation, usage, and examples, see :
https://django-pipeline.readthedocs.org
https://django-pipeline.readthedocs.io
......@@ -161,7 +161,7 @@ Install the jsmin library with your favorite Python package manager ::
SlimIt compressor
=================
The slimit compressor uses `SlimIt <http://slimit.readthedocs.org>`_ to
The slimit compressor uses `SlimIt <https://slimit.readthedocs.io>`_ to
compress javascripts.
To use it add this to your ``PIPELINE['JS_COMPRESSOR']`` ::
......
......@@ -78,7 +78,7 @@ Cache manifest
==============
Pipeline provide a way to add your javascripts and stylesheets files to a
cache-manifest via `Manifesto <http://manifesto.readthedocs.org/>`_.
cache-manifest via `Manifesto <https://manifesto.readthedocs.io/>`_.
To do so, you just need to add manifesto app to your ``INSTALLED_APPS``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment