https://hg.python.org/peps/rev/0158df3ae238 changeset: 6141:0158df3ae238 user: Guido van Rossum <guido at python.org> date: Fri Dec 18 09:42:08 2015 -0800 summary: Fix link for "Registering with the Package Index". files: pep-0423.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pep-0423.txt b/pep-0423.txt --- a/pep-0423.txt +++ b/pep-0423.txt @@ -818,7 +818,7 @@ .. _`The Zen of Python`: http://www.python.org/dev/peps/pep-0020/ .. _`Plone community`: http://plone.org/community/develop .. _`Registering with the Package Index`: - http://docs.python.org/dev/packaging/packageindex.html + https://docs.python.org/3/distutils/packageindex.html .. _`Python Standard Library`: http://docs.python.org/library/index.html .. _`PEP 345 about Obsolete-Dist`: -- Repository URL: https://hg.python.org/peps