File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
7271documentation.
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
7473information.{% 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 %}
You can’t perform that action at this time.
0 commit comments