Skip to content

Commit

Permalink
Fix broken links (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Aug 1, 2023
1 parent 03b212a commit 62072b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/guides/single-sourcing-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are many techniques to maintain a single source of truth for the version
number of your project:

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

import codecs
import os.path
Expand Down
2 changes: 1 addition & 1 deletion source/specifications/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyPA specifications
This is a list of currently active interoperability specifications maintained
by the Python Packaging Authority. The process for updating these standards,
and for proposing new ones, is documented on
`pypa.io <https://www.pypa.io/en/latest/specifications.html>`__.
`pypa.io <https://www.pypa.io/en/latest/specifications/>`__.


Package Distribution Metadata
Expand Down

0 comments on commit 62072b7

Please sign in to comment.