Fix broken link in the README

Signed-off-by: Michal Srb <michal@redhat.com>
This commit is contained in:
Michal Srb
2021-02-04 09:15:56 +01:00
parent 250a69e9c8
commit 58dc4eb52d
+1 -1
View File
@@ -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