summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2024-10-24 16:41:01 (GMT)
committerGitHub <noreply@github.com>2024-10-24 16:41:01 (GMT)
commit5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d (patch)
treeab5e128e56a274fa402577a094ce97104c7e496c /Doc/tools
parentad6110a93ffa82cae71af6c78692de065d3871b5 (diff)
downloadcpython-5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d.zip
cpython-5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d.tar.gz
cpython-5003ad5c5ea508f0dde1b374cd8bc6a481ad5c5d.tar.bz2
gh-125909: Avoid a redirect when linking to the devguide (#125826)
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html
index f2e9fbb..2686f48 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -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>