bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)

This commit is contained in:
Stéphane Wirtel 2018-05-15 20:58:35 +02:00 committed by Ned Deily
parent b056562860
commit 19177fbd5d
24 changed files with 45 additions and 44 deletions

View file

@ -31,7 +31,7 @@ installing other Python projects, refer to the
Key terms
=========
* the `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public
* the `Python Packaging Index <https://pypi.org>`__ is a public
repository of open source licensed packages made available for use by
other Python users
* the `Python Packaging Authority