Skip to content

Commit

Permalink
Convert readthedocs links for their .org -> .io migration for hosted …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Adam Chainz committed Jun 15, 2016
1 parent 0a3862e commit 06e5f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Expand Up @@ -178,7 +178,7 @@ Changelog
* Added a Hebrew locale.
* Added an index on the ``object_id`` field of ``TaggedItem``.
* When displaying tags always join them with commas, never spaces.
* The docs are now available `online <http://django-taggit.readthedocs.org/>`_.
* The docs are now available `online <https://django-taggit.readthedocs.io/>`_.
* Custom ``Tag`` models are now allowed.
* **Backwards incompatible:** Filtering on tags is no longer
``filter(tags__in=["foo"])``, it is written
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -38,6 +38,6 @@ Tags will show up for you automatically in forms and the admin.

``django-taggit`` requires Django 1.4.5 or greater.

For more info check out the `documentation <https://django-taggit.readthedocs.org/en/latest/>`_. And for questions about usage or
For more info check out the `documentation <https://django-taggit.readthedocs.io/en/latest/>`_. And for questions about usage or
development you can contact the
`mailinglist <http://groups.google.com/group/django-taggit>`_.
2 changes: 1 addition & 1 deletion docs/index.txt
Expand Up @@ -42,4 +42,4 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

__ http://south.readthedocs.org/en/latest/
__ https://south.readthedocs.io/en/latest/

0 comments on commit 06e5f17

Please sign in to comment.