Infra: Revert "Fix a URL in the PyPA specification banner (#3199)" (#3218)

This commit is contained in:
Hugo van Kemenade 2023-08-01 00:28:06 +03:00 committed by GitHub
parent 2eb1b53274
commit 191de06f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class CanonicalPyPASpecBanner(PEPBanner):
)
admonition_post_text = (
"See the `PyPA specification update process "
"<https://www.pypa.io/en/latest/specifications.html#handling-fixes-and-other-minor-updates>`__ "
"<https://www.pypa.io/en/latest/specifications/#handling-fixes-and-other-minor-updates>`__ "
"for how to propose changes."
)
admonition_class = nodes.attention