We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddbbe2 commit c864679Copy full SHA for c864679
templates/indexsidebar.html
@@ -21,7 +21,7 @@ <h3>{% trans %}Download{% endtrans %}</h3>
21
<h3>{% trans %}Other resources{% endtrans %}</h3>
22
<ul>
23
{# 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>
+ <li><a href="https://peps.python.org">{% trans %}PEP Index{% endtrans %}</a></li>
25
<li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
26
<li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
27
<li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>
0 commit comments