Skip to content

Commit 21c754c

Browse files
authored
Update glossary.rst - refer to dependency-specifiers
1 parent ece6b79 commit 21c754c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ Glossary
209209
Requirement Specifier
210210

211211
A format used by :ref:`pip` to install packages from a :term:`Package
212-
Index`. For an EBNF diagram of the format, see `PEP 508
213-
<https://peps.python.org/pep-0508/>`_. For example, "foo>=1.3" is a
212+
Index`. For an EBNF diagram of the format, see :ref:`dependency-specifiers`.
213+
For example, "foo>=1.3" is a
214214
requirement specifier, where "foo" is the project name, and the ">=1.3"
215215
portion is the :term:`Version Specifier`
216216

0 commit comments

Comments
 (0)