8000 [3.13] gh-125909: Avoid a redirect when linking to the devguide (GH-1… · python/cpython@f27ba61 · GitHub
[go: up one dir, main page]

Skip to content

Commit f27ba61

Browse files
[3.13] gh-125909: Avoid a redirect when linking to the devguide (GH-125826) (#125929)
(cherry picked from commit 5003ad5) Co-authored-by: partev <petrosyan@gmail.com>
1 parent 52b57ee commit f27ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>{{ docstitle|e }}</h1>
5959
<table class="contentstable" align="center"><tr>
6060
<td width="50%">
6161
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting issues{% endtrans %}</a></p>
62-
<p class="biglink"><a class="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
62+
<p class="biglink"><a class="biglink" href="https://devguide.python.org/documentation/help-documenting/">{% trans %}Contributing to Docs{% endtrans %}</a></p>
6363
<p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
6464
</td><td width="50%">
6565
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a></p>

0 commit comments

Comments
 (0)
0