From 58dc4eb52da1d8a3deef3dc11ecc24e7b608506b Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 4 Feb 2021 09:15:56 +0100 Subject: [PATCH] Fix broken link in the README Signed-off-by: Michal Srb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a8d24a4a..7783bddc47 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The problems that Pipenv seeks to solve are multi-faceted: - You no longer need to use `pip` and `virtualenv` separately. They work together. - Managing a `requirements.txt` file [can be - problematic](https://www.kennethreitz.org/essays/a-better-pip-workflow), + problematic](https://kennethreitz.org/essays/2016/02/25/a-better-pip-workflow), so Pipenv uses the upcoming `Pipfile` and `Pipfile.lock` instead, which is superior for basic use cases. - Hashes are used everywhere, always. Security. Automatically expose