summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-05 20:29:27 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-05 20:29:27 +0100
commitcefc10b1562ddb4cba7e1670803fd1bcb19835a4 (patch)
tree246c5796258f8eeee421a617b8acb5c08cdfb165
parent3ca54e83c109f95d8cac3eaf02e8d795ee7a5275 (diff)
downloadroutes-cefc10b1562ddb4cba7e1670803fd1bcb19835a4.tar.gz
Convert readthedocs links 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--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c20dd4d..989c01d 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(name="Routes",
keywords='routes webob dispatch',
author="Ben Bangert",
author_email="ben@groovie.org",
- url='http://routes.readthedocs.org/',
+ url='https://routes.readthedocs.io/',
license="MIT",
test_suite="nose.collector",
include_package_data=True,