diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-10-26 20:18:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 20:18:50 (GMT) |
commit | 5f86275ec2d9c82997e9a314409773cc53799d4e (patch) | |
tree | b616bb7a86876fb1790499615fae36dc07b01b3e /Doc/using | |
parent | 78df56ec6988c234a463d3ec04459f6be95009cb (diff) | |
download | cpython-5f86275ec2d9c82997e9a314409773cc53799d4e.zip cpython-5f86275ec2d9c82997e9a314409773cc53799d4e.tar.gz cpython-5f86275ec2d9c82997e9a314409773cc53799d4e.tar.bz2 |
[3.11] Change links to label refs (GH-98454) (#98725)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
(cherry picked from commit 268129a74f01adb7bb14cd71d1f38378e39d304d)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index b929705..0422cd2 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -16,8 +16,8 @@ re-used. .. deprecated:: 3.6 ``pyvenv`` was the recommended tool for creating virtual environments for - Python 3.3 and 3.4, and is `deprecated in Python 3.6 - <https://docs.python.org/dev/whatsnew/3.6.html#id8>`_. + Python 3.3 and 3.4, and is + :ref:`deprecated in Python 3.6 <whatsnew36-venv>`. .. versionchanged:: 3.5 The use of ``venv`` is now recommended for creating virtual environments. |