[Python-checkins] bpo-39417: Fix broken link to guide to building venvs (GH-18432)

Ogi Moore webhook-mailer at python.org
Mon Feb 10 18:51:05 EST 2020


https://github.com/python/cpython/commit/c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160
commit: c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160
branch: master
author: Ogi Moore <ognyan.moore at jacobs.ucsd.edu>
committer: GitHub <noreply at github.com>
date: 2020-02-10T15:51:01-08:00
summary:

bpo-39417: Fix broken link to guide to building venvs (GH-18432)

files:
M Doc/library/venv.rst

diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index d778486b0a5d9..8abadc4df3cac 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -27,7 +27,7 @@ See :pep:`405` for more information about Python virtual environments.
 .. seealso::
 
    `Python Packaging User Guide: Creating and using virtual environments
-   <https://packaging.python.org/installing/#creating-virtual-environments>`__
+   <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
 
 
 Creating virtual environments



More information about the Python-checkins mailing list