Skip to content

Commit e604f43

Browse files
committed
review suggestions
1 parent 174b29b commit e604f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/core-metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ picking which version of a project to install.
556556

557557
The value must be in the format specified in :doc:`version-specifiers`.
558558

559-
For example, if a distribution uses `f-strings <https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals>`_
560-
then it may prevent installation on Python < 3.6 by specifying:
559+
For example, if a distribution uses :ref:`f-strings <whatsnew36-pep498>`
560+
then it may prevent installation on Python < 3.6 by specifying::
561561

562562
Requires-Python: >=3.6
563563

0 commit comments

Comments
 (0)