summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2016-06-20 12:08:02 -0700
committerGitHub <noreply@github.com>2016-06-20 12:08:02 -0700
commit61a49ad4994e1a7f10767c61b5a9186996140606 (patch)
tree1600a0928457d8bd3eab8a9ac8450f9ed021ec73
parent4b7baa0d188ec4fba4668cef82bef09bf4f4b162 (diff)
parentcefc10b1562ddb4cba7e1670803fd1bcb19835a4 (diff)
downloadroutes-61a49ad4994e1a7f10767c61b5a9186996140606.tar.gz
Merge pull request #67 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
-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,