Skip to content

Commit 74d8107

Browse files
Commit
1 parent f6ca060 commit 74d8107

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/tools/templates/download.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,13 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
6767
</tr>
6868
</table>
6969

70-
{% set archives = pathto('archives')|replace('.html', '/') %}
7170
<p>{% trans archives = archives %}These archives contain all the content in the
7271
documentation.
73-
See the <a href="{{ archives }}">directory listing</a> for accurate size
72+
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a> for accurate size
7473
information.{% endtrans %}</p>
7574

7675
<h2>{% trans %}Problems{% endtrans %}</h2>
7776
{% set bugs = pathto('bugs') %}
78-
<p>{% trans bugs = bugs %}See <a href="{{ bugs }}">this page</a> if you
79-
have comments or suggestions for the Python documentation.{% endtrans %}</p>
77+
<p>{% trans bugs = bugs %}See <a href="{{ bugs }}">this page on reporting bugs</a>
78+
if you have comments or suggestions for the Python documentation.{% endtrans %}</p>
8079
{% endblock %}

0 commit comments

Comments
 (0)