[Python-checkins] peps: Fix link for "Registering with the Package Index".

guido.van.rossum python-checkins at python.org
Fri Dec 18 12:44:51 EST 2015


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


More information about the Python-checkins mailing list