Convert readthedocs link for their .org -> .io migration for hosted projects (#1827)

As per their email ‘Changes to project 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-05-29 14:49:38 +01:00 committed by Markus Unterwaditzer
parent f91aea2aa0
commit 70de011d51
4 changed files with 6 additions and 6 deletions

View file

@ -250,7 +250,7 @@ intersphinx_mapping = {
'http://click.pocoo.org/': None,
'http://jinja.pocoo.org/docs/': None,
'http://www.sqlalchemy.org/docs/': None,
'https://wtforms.readthedocs.org/en/latest/': None,
'https://wtforms.readthedocs.io/en/latest/': None,
'https://pythonhosted.org/blinker/': None
}