diff options
author | Ned Deily <nad@python.org> | 2017-03-26 17:59:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-26 17:59:01 (GMT) |
commit | 8ce3085bf167b702989a9db466078b5676e825e3 (patch) | |
tree | 34a494901c75e114cb7288304ea67210471bb1fb | |
parent | 55717b4b487a9ccc119ca501fad71937fa01d1f6 (diff) | |
download | cpython-8ce3085bf167b702989a9db466078b5676e825e3.zip cpython-8ce3085bf167b702989a9db466078b5676e825e3.tar.gz cpython-8ce3085bf167b702989a9db466078b5676e825e3.tar.bz2 |
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-827)
(cherry picked from commit f8beb9831acd5cf80b9c56aea5864e16118c5400)
-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> |