[Python-checkins] peps: PEP 440: Fix PyPI reference

nick.coghlan python-checkins at python.org
Thu Jan 21 01:22:09 EST 2016


https://hg.python.org/peps/rev/ba8b50e9e25c
changeset:   6202:ba8b50e9e25c
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Jan 21 16:21:55 2016 +1000
summary:
  PEP 440: Fix PyPI reference

files:
  pep-0440.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0440.txt b/pep-0440.txt
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -38,7 +38,7 @@
 Projects include Python libraries, frameworks, scripts, plugins,
 applications, collections of data or other resources, and various
 combinations thereof. Public Python projects are typically registered on
-the `Python Package Index`_.
+the `Python Package Index <https://pypi.python.org>`__.
 
 "Releases" are uniquely identified snapshots of a project.
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list