summaryrefslogtreecommitdiff
path: root/docs/python3.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-26 06:27:19 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-04-26 07:00:01 -0700
commit06736eec5894df69dc267876cf78381804df3ada (patch)
tree24190c5287bc67947ab76d58e98d2f958b2400a0 /docs/python3.txt
parentd0800d78a78809020b1681574061490019096657 (diff)
downloadpython-setuptools-git-06736eec5894df69dc267876cf78381804df3ada.tar.gz
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'docs/python3.txt')
-rw-r--r--docs/python3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/python3.txt b/docs/python3.txt
index d550cb68..c528fc3c 100644
--- a/docs/python3.txt
+++ b/docs/python3.txt
@@ -10,8 +10,8 @@ code.
Setuptools provides a facility to invoke 2to3 on the code as a part of the
build process, by setting the keyword parameter ``use_2to3`` to True, but
the Setuptools strongly recommends instead developing a unified codebase
-using `six <https://pypi.python.org/pypi/six>`_,
-`future <https://pypi.python.org/pypi/future>`_, or another compatibility
+using `six <https://pypi.org/project/six/>`_,
+`future <https://pypi.org/project/future/>`_, or another compatibility
library.