]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-125909: Avoid a redirect when linking to the devguide (GH-125826) (#125930)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Oct 2024 16:50:16 +0000 (18:50 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 16:50:16 +0000 (16:50 +0000)
(cherry picked from commit 5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d)

Co-authored-by: partev <petrosyan@gmail.com>
Doc/tools/templates/indexcontent.html

index f2e9fbb0106452eaef225e756c47869fe24c7b1d..2686f48dad2a95390b595323e6e7325340c346d9 100644 (file)
@@ -59,7 +59,7 @@
   <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>