Use proper syntax for rst links

Fix link syntax for pep440 links in documentation
This commit is contained in:
Dan Ryan
2018-08-04 18:16:35 -04:00
committed by GitHub
parent 587125c279
commit 4bfa219985
+3 -1
View File
@@ -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 <https://www.python.org/dev/peps/pep-0440/#version-specifiers>`.
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
-------------------------------