diff options
Diffstat (limited to 'Doc/library/distribution.rst')
-rw-r--r-- | Doc/library/distribution.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/distribution.rst b/Doc/library/distribution.rst index fb3f5df..c4954d1 100644 --- a/Doc/library/distribution.rst +++ b/Doc/library/distribution.rst @@ -4,7 +4,7 @@ Software Packaging and Distribution These libraries help you with publishing and installing Python software. While these modules are designed to work in conjunction with the -`Python Package Index <https://pypi.python.org>`__, they can also be used +`Python Package Index <https://pypi.python.org/pypi>`__, they can also be used with a local index server, or without any index server at all. .. toctree:: |