From 445aa0173c27d583aca83a449b0b20c0b21b78c6 Mon Sep 17 00:00:00 2001 From: Kye Russell Date: Thu, 6 Jul 2023 21:16:15 +0800 Subject: [PATCH] Update README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 97b0f75..cb9d6c6 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Pipfile: the replacement for `requirements.txt` +Pipfile: a proposed replacement for `requirements.txt` =============================================== ``Pipfile`` and its sister ``Pipfile.lock`` are designed as a proposed replacement for an existing format: `pip`_'s ``requirements.txt`` file. @@ -436,9 +436,7 @@ Inspirations Documentation ------------- -The `documentation`_ for this project will, eventually, reside at pypi.org. - -.. _`documentation`: https://pipfile.pypa.io/ +The documentation for this project can be found at https://pipfile.pypa.io/ Discussion