Skip to content

Commit ceff32f

Browse files
authored
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-826)
(cherry picked from commit f8beb98)
1 parent 8b82236 commit ceff32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>Download Python {{ release }} Documentation</h1>
4242
<p>These archives contain all the content in the documentation.</p>
4343

4444
<p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section
45-
on the <a href="https://www.python.org/download/releases/{{ release[:5] }}/">Python
45+
on the <a href="https://www.python.org/downloads/release/python-{{ release.replace('.', '') }}/">Python
4646
download page</a>.</p>
4747

4848

0 commit comments

Comments
 (0)