diff options
author | Ogi Moore <ognyan.moore@jacobs.ucsd.edu> | 2020-02-10 23:51:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 23:51:01 (GMT) |
commit | c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160 (patch) | |
tree | 6a9842d2ed024241febcae1e8a2379b5e4e79949 /Doc | |
parent | bf15d5b775c31e65584926998ff141edc75226d4 (diff) | |
download | cpython-c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160.zip cpython-c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160.tar.gz cpython-c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160.tar.bz2 |
bpo-39417: Fix broken link to guide to building venvs (GH-18432)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/venv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index d778486..8abadc4 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 |