From 9d921b51e018f3f5a25729430ffbb71bc11176c2 Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Thu, 5 Nov 2015 14:31:12 -0800 Subject: [PATCH] fix broken link to old pypa.io section --- docs/reference/pip_install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/pip_install.rst b/docs/reference/pip_install.rst index ed62c5718..e3620331c 100644 --- a/docs/reference/pip_install.rst +++ b/docs/reference/pip_install.rst @@ -171,8 +171,7 @@ Requirement Specifiers pip supports installing from a package index using a :term:`requirement specifier `. Generally speaking, a requirement specifier is composed of a project name followed by optional :term:`version -specifiers `. :ref:`PEP440 ` contains -a `full specification +specifiers `. `PEP440`_ contains a `full specification `_ of the currently supported specifiers. @@ -660,3 +659,5 @@ Examples .. [1] This is true with the exception that pip v7.0 and v7.0.1 required quotes around specifiers containing environment markers in requirement files. + +.. _PEP440: http://www.python.org/dev/peps/pep-0440