From 5a199a7d62ca99b867bcb45fd22d806e182373aa Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 28 Oct 2018 14:13:33 -0700 Subject: Use https for wiki.python.org --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b47a27ddf..58b937048 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( url="https://trypyramid.com", project_urls={ 'Documentation': docs_url, - 'Changelog': '{}/whatsnew-{}.html'.format(docs_url, base_version), + 'Changelog': '{}whatsnew-{}.html'.format(docs_url, base_version), 'Issue Tracker': 'https://github.com/Pylons/pyramid/issues', }, license="BSD-derived (http://www.repoze.org/LICENSE.txt)", -- cgit v1.2.3