diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-03-30 11:00:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:00:27 (GMT) |
commit | 6881ea936e277b1733bee581c4e59e3a5d53bb29 (patch) | |
tree | 6e3e42543aeec32f83ccb3592cc05889626e2dde /README.rst | |
parent | d8f530fe329c6bd9ad6e1a9db9aa32b465c2d67f (diff) | |
download | cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.zip cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.tar.gz cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.tar.bz2 |
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ If you have a proposal to change Python, you may want to send an email to the `comp.lang.python`_ or `python-ideas`_ mailing lists for initial feedback. A Python Enhancement Proposal (PEP) may be submitted if your idea gains ground. All current PEPs, as well as guidelines for submitting a new PEP, are listed at -`python.org/dev/peps/ <https://www.python.org/dev/peps/>`_. +`peps.python.org <https://peps.python.org/>`_. .. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/ .. _comp.lang.python: https://mail.python.org/mailman/listinfo/python-list |