Skip to content

Commit

Permalink
Fix a URL in the PyPA specification banner (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored Jul 13, 2023
1 parent 97984aa commit 0812426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CanonicalPyPASpecBanner(PEPBanner):
)
admonition_post_text = (
"See the `PyPA specification update process "
"<https://www.pypa.io/en/latest/specifications/#handling-fixes-and-other-minor-updates>`__ "
"<https://www.pypa.io/en/latest/specifications.html#handling-fixes-and-other-minor-updates>`__ "
"for how to propose changes."
)
admonition_class = nodes.attention
Expand Down

0 comments on commit 0812426

Please sign in to comment.