summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-31 19:29:51 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-31 19:29:51 +0100
commit03b022d0256182f1cde0b659804576eeaffbc2a0 (patch)
treeb5ccbdb0ce3acf703c13f2958c319fd9cef2d969 /setup.py
parentf48b3b84b18ad3d02674cef183cfe8ccfd36262a (diff)
downloaddjango-appconf-03b022d0256182f1cde0b659804576eeaffbc2a0.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.
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 e80e47f..d656102 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
author='Jannis Leidel',
author_email='jannis@leidel.info',
license='BSD',
- url='http://django-appconf.readthedocs.org/',
+ url='https://django-appconf.readthedocs.io/',
packages=['appconf'],
install_requires=[],
classifiers=[