summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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)",