Skip to content

Commit d3ed984

Browse files
author
Adam Chainz
committed
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.
1 parent 870a0ef commit d3ed984

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: python-setuptools (>= 0.6b3),
77
debhelper (>= 8.0.0),
88
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
99
Standards-Version: 3.9.3
10-
Homepage: https://kazoo.readthedocs.org
10+
Homepage: https://kazoo.readthedocs.io
1111
X-Python-Version: >= 2.6
1212

1313
Package: python-kazoo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
keywords='zookeeper lock leader configuration',
6767
author="Kazoo team",
6868
author_email="python-zk@googlegroups.com",
69-
url="https://kazoo.readthedocs.org",
69+
url="https://kazoo.readthedocs.io",
7070
license="Apache 2.0",
7171
packages=find_packages(),
7272
test_suite="kazoo.tests",

0 commit comments

Comments
 (0)