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.
This commit is contained in:
Adam Chainz
2016-06-02 22:07:37 +01:00
parent f37a65d14b
commit 8b3c64eee1

View File

@@ -10,7 +10,7 @@ Various utility functions, new data types and helpers for SQLAlchemy.
Resources
---------
- `Documentation <http://sqlalchemy-utils.readthedocs.org/>`_
- `Documentation <https://sqlalchemy-utils.readthedocs.io/>`_
- `Issue Tracker <http://github.com/kvesteri/sqlalchemy-utils/issues>`_
- `Code <http://github.com/kvesteri/sqlalchemy-utils/>`_