Skip to content

Commit c864679

Browse files
hugovkezio-melotti
andauthored
Update PEP Index URL to canonical form (#162)
* Update to canonical PEP URL * Remove trailing slash Co-authored-by: Ezio Melotti <[email protected]> --------- Co-authored-by: Ezio Melotti <[email protected]>
1 parent eddbbe2 commit c864679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/indexsidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3>{% trans %}Download{% endtrans %}</h3>
2121
<h3>{% trans %}Other resources{% endtrans %}</h3>
2222
<ul>
2323
{# XXX: many of these should probably be merged in the main docs #}
24-
<li><a href="https://www.python.org/dev/peps/">{% trans %}PEP Index{% endtrans %}</a></li>
24+
<li><a href="https://peps.python.org">{% trans %}PEP Index{% endtrans %}</a></li>
2525
<li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
2626
<li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
2727
<li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>

0 commit comments

Comments
 (0)