Skip to content

Commit

Permalink
Merge pull request #571 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
cyberdelia committed Jun 11, 2016
2 parents fa27e1d + 952e294 commit 5805929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Documentation
-------------

For documentation, usage, and examples, see :
https://django-pipeline.readthedocs.org
https://django-pipeline.readthedocs.io
2 changes: 1 addition & 1 deletion docs/compressors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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']`` ::
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 5805929

Please sign in to comment.