From 44e34363675b39c9dc465568abe5b6117dcc12ef Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 22 Jan 2020 19:39:58 -0800 Subject: Link typo. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9a6d747..edc4b7b 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,7 @@ ** =Pipfile= Inspecting this file reveals the Python dependencies required by the Flask application. - The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenv][the official pipenv page]]. + The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenvsimply][the official pipenv page]]. ** =Pipfile.lock= This file contains checksums for the packages installed via =pipenv=. -- cgit v1.2.3