diff options
author | Ned Deily <nad@python.org> | 2017-03-26 17:58:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-26 17:58:13 (GMT) |
commit | ceff32fb833e7be42508ffa73344e2e56865e54b (patch) | |
tree | ae18f596da6f02ca80a6c44e273fb228d21e8d8b /Doc | |
parent | 8b82236952619c3838865ff535e5ce77b59b4a78 (diff) | |
download | cpython-ceff32fb833e7be42508ffa73344e2e56865e54b.zip cpython-ceff32fb833e7be42508ffa73344e2e56865e54b.tar.gz cpython-ceff32fb833e7be42508ffa73344e2e56865e54b.tar.bz2 |
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-826)
(cherry picked from commit f8beb9831acd5cf80b9c56aea5864e16118c5400)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index de84ae3..3a05cb6 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -42,7 +42,7 @@ in the table are the size of the download files in megabytes.</p> <p>These archives contain all the content in the documentation.</p> <p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section -on the <a href="https://www.python.org/download/releases/{{ release[:5] }}/">Python +on the <a href="https://www.python.org/downloads/release/python-{{ release.replace('.', '') }}/">Python download page</a>.</p> |