From e45644f0ddb8e665c2cffa9b2816fd7a4b57053d Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Mon, 15 Jan 2024 08:43:17 -0800 Subject: [PATCH] Fix broken pipenv install link in general quickstart guide (#3662) --- documentation/general/general_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/general/general_setup.md b/documentation/general/general_setup.md index b25d5e75ea0..e0222dcb6ed 100644 --- a/documentation/general/general_setup.md +++ b/documentation/general/general_setup.md @@ -140,7 +140,7 @@ set up a virtualenv, provided you have the version of Python mentioned in the `Pipfile` installed and accessible locally. You can install Pipenv by following the -[official instructions](https://pipenv.pypa.io/en/latest/installation/#installing-pipenv). +[official instructions](https://pipenv.pypa.io/en/latest/installation.html#installing-pipenv). ### Node.js