From 551df1c48d6634ef0eae03b5f971239181ea89c6 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Tue, 3 Sep 2024 10:41:04 -0400 Subject: [PATCH] Fix broken link Co-authored-by: David Harris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b279b..b2d3a2a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The Python dependencies are maintained using a supported Python version. Changes to requirements should be made to the respective `src/py/Pipfile`. More information about the `Pipfile` format can be found in the [`pipenv` -documentation](https://pipenv.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock). +documentation](https://pipenv.pypa.io/en/latest/pipfile.html#example-pipfile). The accompanying `Pipfile.lock` files contain the specific dependency versions that will be installed. These files can be updated like so (using the Python 3.9 configuration as an example):