summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 14:39:21 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 14:39:21 +0100
commitf39501c475338b23021245fa9df7b4e8cea3a875 (patch)
treeab5d8633fe21c240d24297f203a2187ceabfe4cc /setup.py
parent990dc5a79e203204867870b7ec5048cdb37d7005 (diff)
downloadpep8-f39501c475338b23021245fa9df7b4e8cea3a875.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project 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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0afd37..7c0cf84 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
author='Johann C. Rocholl',
author_email='johann@rocholl.net',
- url='http://pep8.readthedocs.org/',
+ url='https://pep8.readthedocs.io/',
license='Expat license',
py_modules=['pycodestyle'],
namespace_packages=[],