From b31bcb95a7b52847bbf25114f02e39fe6725d52e 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 02ae4a4..2350fc1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ docker compose down The Python dependencies are maintained using a [Pipenv](https://github.com/pypa/pipenv) configuration for each supported Python version. Changes to requirements should be made to the respective `src/py/Pipfile`. More -information about the `Pipfile` format can be found [here](https://pipenv.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock). +information about the `Pipfile` format can be found [here](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):