https://github.com/python/cpython/commit/5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d
commit: 5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d
branch: main
author: partev <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-10-24T17:41:01+01:00
summary:
gh-125909: Avoid a redirect when linking to the devguide (#125826)
files:
M Doc/tools/templates/indexcontent.html
diff --git a/Doc/tools/templates/indexcontent.html
b/Doc/tools/templates/indexcontent.html
index f2e9fbb0106452..2686f48dad2a95 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -59,7 +59,7 @@ <h1>{{ docstitle|e }}</h1>
<table class="contentstable" align="center"><tr>
<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="https://devguide.python.org/documentation/help-documenting/">{% trans
%}Contributing to Docs{% 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>
_______________________________________________
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]