From 4bfa219985d2338854e3cea31ddd2072c5d47fad Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sat, 4 Aug 2018 18:16:35 -0400 Subject: [PATCH] Use proper syntax for rst links Fix link syntax for pep440 links in documentation --- docs/basics.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 3db70519..bcd1f89f 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -188,7 +188,9 @@ To tell pipenv to install a specific version of a library, the usage is simple:: This will update your ``Pipfile`` to reflect this requirement, automatically. -For other version specifiers, see `PEP-440 `. +For other version specifiers, see `the relevant section of PEP-440`_. + +.. _`the relevant section of PEP-440`: https://www.python.org/dev/peps/pep-0440/#version-specifiers> ☤ Specifying Versions of Python -------------------------------