Skip to content

Commit d41488d

Browse files
committed
Update to canonical PEP URLs
1 parent 3dccf92 commit d41488d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

c-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ definition in ``Include/internal/`` (or directly in a ``.c`` file):
6060
a macro aliasing the old name to the new one.
6161
See `"Finalizing the API" in PEP 590`_ for an example.
6262

63-
.. _"Finalizing the API" in PEP 590: https://www.python.org/dev/peps/pep-0590/#finalizing-the-api
63+
.. _"Finalizing the API" in PEP 590: https://peps.python.org/pep-0590/#finalizing-the-api
6464

6565

6666
.. _public-capi:

extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Read the following references:
1111

1212
* https://docs.python.org/dev/c-api/
1313
* https://docs.python.org/dev/extending/
14-
* https://www.python.org/dev/peps/pep-0399/
14+
* https://peps.python.org/pep-0399/
1515
* https://pythonextensionpatterns.readthedocs.io/en/latest/

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Full Table of Contents
333333

334334
.. _Buildbot status: https://www.python.org/dev/buildbot/
335335
.. _Misc directory: https://github.com/python/cpython/tree/main/Misc
336-
.. _PEPs: https://www.python.org/dev/peps/
336+
.. _PEPs: https://peps.python.org/
337337
.. _python.org maintenance: https://pythondotorg.readthedocs.io/
338338
.. _Python: https://www.python.org/
339339
.. _Core Python Mentorship: https://www.python.org/dev/core-mentorship/

langchanges.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Your proposed change also needs to be *Pythonic*. While only the Steering
3131
Council can truly classify something as Pythonic, you can read the `Zen of
3232
Python`_ for guidance.
3333

34-
.. _Zen of Python: https://www.python.org/dev/peps/pep-0020/
34+
.. _Zen of Python: https://peps.python.org/pep-0020/
3535

3636

3737
.. index:: PEP process
@@ -90,7 +90,7 @@ For some examples on language changes that were accepted please read
9090

9191
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org/
9292
.. _issue tracker: https://bugs.python.org
93-
.. _PEP Index: https://www.python.org/dev/peps/
94-
.. _draft PEP: https://www.python.org/dev/peps/pep-0001/
93+
.. _PEP Index: https://peps.python.org/
94+
.. _draft PEP: https://peps.python.org/pep-0001/
9595
.. _Status Quo Wins a Stalemate: https://www.curiousefficiency.org/posts/2011/02/status-quo-wins-stalemate.html
9696
.. _Justifying Python Language Changes: https://www.curiousefficiency.org/posts/2011/02/justifying-python-language-changes.html

stdlibchanges.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ means that the core developers end up agreeing in general to accepting
147147
your PEP) then the module will be added to the stdlib once the creators of the
148148
module sign :ref:`contributor agreements <contributor_agreement>`.
149149

150-
.. _PEP index: https://www.python.org/dev/peps/
150+
.. _PEP index: https://peps.python.org/

triaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,4 @@ Checklist for Triaging
630630
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
631631
.. _release schedule: https://devguide.python.org/#status-of-python-branches
632632
.. _PSF Code of Conduct: https://www.python.org/psf/conduct/
633-
.. _PEP 3121: https://www.python.org/dev/peps/pep-3121/
633+
.. _PEP 3121: https://peps.python.org/pep-3121/

0 commit comments

Comments
 (0)