bpo-29888: Fix the link referring to "Python download page" (GH-823)
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 2a885d7..22fa3b1 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -75,9 +75,9 @@
<p>{% trans %}These archives contain all the content in the
documentation.{% endtrans %}</p>
-<p>{% trans download_page="https://www.python.org/download/releases/{{ release[:5] }}/" %}HTML Help
-(<tt>.chm</tt>) files are made available in the "Windows" section
-on the <a href={{ download_page }}>Python download page</a>.{% endtrans %}</p>
+<p>{% trans download_page="https://www.python.org/downloads/release/python-" + release.replace('.', '') + "/" %}HTML Help
+(<tt>.chm</tt>) files are made available in the "Files" section
+on the <a href="{{ download_page }}">Python download page</a>.{% endtrans %}</p>
<h2>{% trans %}Unpacking{% endtrans %}</h2>