summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2018-04-17 15:19:29 -0700
committerTim Graham <timograham@gmail.com>2018-04-17 20:56:33 -0400
commitb98fa241ddbb22507cb63886f697d25f43197cba (patch)
treec77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /docs/howto
parent3619d322098ae3573707adae22cb0c086e948210 (diff)
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/outputting-pdf.txt2
-rw-r--r--docs/howto/windows.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt
index 7f1b9d1b1a..1aee096493 100644
--- a/docs/howto/outputting-pdf.txt
+++ b/docs/howto/outputting-pdf.txt
@@ -34,7 +34,7 @@ Test your installation by importing it in the Python interactive interpreter::
If that command doesn't raise any errors, the installation worked.
-.. _available on PyPI: https://pypi.python.org/pypi/reportlab
+.. _available on PyPI: https://pypi.org/project/reportlab/
.. _user guide: https://www.reportlab.com/docs/reportlab-userguide.pdf
Write your view
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index 536db09ffb..c37c23eb49 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -40,7 +40,7 @@ To install pip on your machine, go to
https://pip.pypa.io/en/latest/installing/, and follow the ``Installing with
get-pip.py`` instructions.
-.. _pip: https://pypi.python.org/pypi/pip
+.. _pip: https://pypi.org/project/pip/
Install ``virtualenv`` and ``virtualenvwrapper``
================================================
@@ -62,8 +62,8 @@ command prompt, you'll need to activate the environment again using::
workon myproject
-.. _virtualenv: https://pypi.python.org/pypi/virtualenv
-.. _virtualenvwrapper: https://pypi.python.org/pypi/virtualenvwrapper-win
+.. _virtualenv: https://pypi.org/project/virtualenv/
+.. _virtualenvwrapper: https://pypi.org/project/virtualenvwrapper-win/
Install Django
==============