From cc18160e4e333b06ca8b2834ef11ea32be4f9bb5 Mon Sep 17 00:00:00 2001 From: Miguel Calderon Date: Mon, 21 Dec 2020 18:44:20 -0800 Subject: [PATCH] Remove broken link --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 124ceebc..4a0a3445 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,7 +32,7 @@ Pipenv is primarily meant to provide users and developers of applications with a 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 `_, so Pipenv uses ``Pipfile`` and ``Pipfile.lock`` to separate abstract dependency declarations from the last tested combination. +- Managing a ``requirements.txt`` file can be problematic, so Pipenv uses ``Pipfile`` and ``Pipfile.lock`` to separate abstract dependency declarations from the last tested combination. - Hashes are used everywhere, always. Security. Automatically expose security vulnerabilities. - Strongly encourage the use of the latest versions of dependencies to minimize security risks `arising from outdated components `_. - Give you insight into your dependency graph (e.g. ``$ pipenv graph``).