Merge pull request #396 from adamchainz/readthedocs.io

Convert readthedocs link for their .org -> .io migration for hosted projects
This commit is contained in:
Ben Bangert 2017-05-31 14:47:23 -07:00 committed by GitHub
commit 4f0a742599
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -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

View File

@ -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",