From 8b318b3662fae0561a6a941382958974de64a466 Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Fri, 20 Oct 2023 15:34:18 +0100 Subject: [PATCH] docs: correct link to Python venv module --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index d02ca994..9c4564f9 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -100,7 +100,7 @@ which also allows you to easily switch between the two instances: .. _`Installing packages using pip and virtual environments`: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/ -.. _venv: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment +.. _venv: https://docs.python.org/3/library/venv.html .. _virtualenv: https://pypi.org/project/virtualenv/ .. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/