Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #1279

Merged
merged 2 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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#user-content-L11>`_)::
di marked this conversation as resolved.
Show resolved Hide resolved
di marked this conversation as resolved.
Show resolved Hide resolved

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