Update *.readthedocs.org => *.readthedocs.io.

ReadTheDocs has moved their hosting of user project websites to the
new readthedocs.io domain.
This commit is contained in:
Tim Abbott
2016-04-29 16:00:06 -07:00
parent 4644967afc
commit f06c8c7cc2
6 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ def get_user_profile_by_email(email):
You can learn more about it at:
* [Python 2 type annotation syntax in PEP 484](https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code)
* [Using mypy with Python 2 code](http://mypy.readthedocs.org/en/latest/python2.html)
* [Using mypy with Python 2 code](http://mypy.readthedocs.io/en/latest/python2.html)
The mypy type checker is run automatically as part of Zulip's Travis
CI testing process.