Skip to content

Commit 952e294

Browse files
author
Adam Chainz
committed
Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
1 parent fa27e1d commit 952e294

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)