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-16 22:20:07 +01:00
parent a77c71efc5
commit a3e2890600
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ HappyBase
**HappyBase** is a developer-friendly Python_ library to interact with Apache
HBase_.
* `Documentation <http://happybase.readthedocs.org/>`_ (Read the Docs)
* `Documentation <https://happybase.readthedocs.io/>`_ (Read the Docs)
* `Downloads <http://pypi.python.org/pypi/happybase/>`_ (PyPI)
* `Source code <https://github.com/wbolster/happybase>`_ (Github)

View File

@ -81,7 +81,7 @@ Additional documentation
External links
==============
* `Online documentation <http://happybase.readthedocs.org/>`_ (Read the Docs)
* `Online documentation <https://happybase.readthedocs.io/>`_ (Read the Docs)
* `Downloads <http://pypi.python.org/pypi/happybase/>`_ (PyPI)
* `Source code <https://github.com/wbolster/happybase>`_ (Github)