diff options
author | cocoatomo <cocoatomo77@gmail.com> | 2017-03-26 17:32:24 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-03-26 17:32:24 (GMT) |
commit | f8beb9831acd5cf80b9c56aea5864e16118c5400 (patch) | |
tree | 27ed4abcd211a7e8bb7434623d6ec947e6cda703 /Doc/tools | |
parent | 62a99515301fa250feba1a2e0f2d8ea2a29d700e (diff) | |
download | cpython-f8beb9831acd5cf80b9c56aea5864e16118c5400.zip cpython-f8beb9831acd5cf80b9c56aea5864e16118c5400.tar.gz cpython-f8beb9831acd5cf80b9c56aea5864e16118c5400.tar.bz2 |
bpo-29888: Fix the link referring to the "Python download page" (GH-824)
Diffstat (limited to 'Doc/tools')
-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> |