summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-16 22:20:07 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-16 22:20:07 +0100
commita3e28906004d19f7615e7fab726544ed14a8d284 (patch)
tree2f2cc1949e9ac80636d283ee932517b7d174241b
parenta77c71efc5c2d75d3792235fda4dde3ba9748702 (diff)
downloadhappybase-a3e28906004d19f7615e7fab726544ed14a8d284.tar.gz
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.
-rw-r--r--README.rst2
-rw-r--r--doc/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1614e3c..8d5207d 100644
--- a/README.rst
+++ b/README.rst
@@ -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)
diff --git a/doc/index.rst b/doc/index.rst
index d608d34..a7aa16c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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)