diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 08:24:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 08:24:54 (GMT) |
commit | 77fe77d4af87b29ce36fc6d20a097ccb9cd08f76 (patch) | |
tree | 18555066ee2d4e6c5f5d775f7f38d747f080015f /Doc/distutils | |
parent | 728e4debd84e3fa345a6516e7fc0390ffc023ea8 (diff) | |
download | cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.zip cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.tar.gz cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.tar.bz2 |
Fixing broken links in doc, part 1: faq/
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/packageindex.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index 59d27bc..daf9345 100644 --- a/Doc/distutils/packageindex.rst +++ b/Doc/distutils/packageindex.rst @@ -244,4 +244,4 @@ without warnings does not guarantee that PyPI will convert the content successfully. -.. _Python Package Index (PyPI): https://pypi.python.org/ +.. _Python Package Index (PyPI): https://pypi.python.org/pypi |