summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-05-15 20:58:35 +0200
committerNed Deily <nad@python.org>2018-05-15 14:58:35 -0400
commit19177fbd5d6d9b29ccc302d65f9d9417ece082ce (patch)
tree202e95daf156bad46c0ee152701fd2d904ffbe11 /Doc/installing
parentbpo-33509: Fix _warnings for module_globals=None (#6833) (diff)
downloadcpython-19177fbd5d6d9b29ccc302d65f9d9417ece082ce.tar.gz
cpython-19177fbd5d6d9b29ccc302d65f9d9417ece082ce.tar.bz2
cpython-19177fbd5d6d9b29ccc302d65f9d9417ece082ce.zip
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
Diffstat (limited to 'Doc/installing')
-rw-r--r--Doc/installing/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst
index 9f9f5a070b2..8f105a15161 100644
--- a/Doc/installing/index.rst
+++ b/Doc/installing/index.rst
@@ -44,7 +44,7 @@ Key terms
``venv``. It allows virtual environments to be used on versions of
Python prior to 3.4, which either don't provide ``venv`` at all, or
aren't able to automatically install ``pip`` into created environments.
-* 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