diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 2a885d7550bef4..22fa3b1d056559 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -75,9 +75,9 @@
{% trans %}These archives contain all the content in the documentation.{% endtrans %}
-{% trans download_page="https://www.python.org/download/releases/{{ release[:5] }}/" %}HTML Help -(.chm) files are made available in the "Windows" section -on the Python download page.{% endtrans %}
+{% trans download_page="https://www.python.org/downloads/release/python-" + release.replace('.', '') + "/" %}HTML Help +(.chm) files are made available in the "Files" section +on the Python download page.{% endtrans %}