summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 18:58:45 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 18:58:45 +0100
commitd3ed984c9515c00b01408a437f58619dd952ab16 (patch)
tree4e765a4452dc00dd578587296617a8e75f90b636
parent870a0efaa7153793c7ed95d3a35f1897d502e333 (diff)
downloadkazoo-d3ed984c9515c00b01408a437f58619dd952ab16.tar.gz
Convert readthedocs link 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--debian/control2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8a9f92b..9ef97cd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: python-setuptools (>= 0.6b3),
debhelper (>= 8.0.0),
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
Standards-Version: 3.9.3
-Homepage: https://kazoo.readthedocs.org
+Homepage: https://kazoo.readthedocs.io
X-Python-Version: >= 2.6
Package: python-kazoo
diff --git a/setup.py b/setup.py
index 6c574ef..109c43a 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ setup(
keywords='zookeeper lock leader configuration',
author="Kazoo team",
author_email="python-zk@googlegroups.com",
- url="https://kazoo.readthedocs.org",
+ url="https://kazoo.readthedocs.io",
license="Apache 2.0",
packages=find_packages(),
test_suite="kazoo.tests",