From 69ef144d78d66431aa99d5b369c8ade377eac3b0 Mon Sep 17 00:00:00 2001 From: Jonathan Hanson Date: Mon, 4 Dec 2017 20:30:02 -0800 Subject: [PATCH] Update README.rst for a dead URL (#1165) * Update README.rst Replace dead link to "python packaging" documentation in the first line of the documentation. * Update README.rst Revised to use the more specific link to python packaging documentation. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index adcf7ae3..329b9eef 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Pipenv: Python Development Workflow for Humans --------------- -**Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). +**Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.*