https://github.com/python/cpython/commit/48c0b05cf0dd2db275bd4653f84aa36c22bddcd2
commit: 48c0b05cf0dd2db275bd4653f84aa36c22bddcd2
branch: main
author: Adorilson Bezerra <[email protected]>
committer: hugovk <[email protected]>
date: 2024-03-26T13:08:08-06:00
summary:
Change links on the index page (#117230)
files:
M Doc/tools/templates/indexcontent.html
diff --git a/Doc/tools/templates/indexcontent.html
b/Doc/tools/templates/indexcontent.html
index 5b3c174f9d1729..6f854e86ab8ef1 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -58,11 +58,11 @@ <h1>{{ docstitle|e }}</h1>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">{%
trans %}Reporting issues{% endtrans %}</a></p>
<p class="biglink"><a class="biglink"
href="https://devguide.python.org/docquality/#helping-with-documentation">{%
trans %}Contributing to Docs{% endtrans %}</a></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{%
trans %}About the documentation{% endtrans %}</a></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{%
trans %}Download the documentation{% endtrans %}</a></p>
</td><td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{%
trans %}History and license of Python{% endtrans %}</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("copyright")
}}">{% trans %}Copyright{% endtrans %}</a></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{%
trans %}Download the documentation{% endtrans %}</a></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{%
trans %}About the documentation{% endtrans %}</a></p>
</td></tr>
</table>
{% endblock %}
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]