Skip to content

Commit 62072b7

Browse files
authored
Fix broken links (#1279)
1 parent 03b212a commit 62072b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/guides/single-sourcing-package-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are many techniques to maintain a single source of truth for the version
99
number of your project:
1010

1111
#. Read the file in :file:`setup.py` and get the version. Example (from `pip setup.py
12-
<https://github.com/pypa/pip/blob/main/setup.py#L11>`_)::
12+
<https://github.com/pypa/pip/blob/main/setup.py>`_)::
1313

1414
import codecs
1515
import os.path

source/specifications/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyPA specifications
66
This is a list of currently active interoperability specifications maintained
77
by the Python Packaging Authority. The process for updating these standards,
88
and for proposing new ones, is documented on
9-
`pypa.io <https://www.pypa.io/en/latest/specifications.html>`__.
9+
`pypa.io <https://www.pypa.io/en/latest/specifications/>`__.
1010

1111

1212
Package Distribution Metadata

0 commit comments

Comments
 (0)