Fix a URL in the PyPA specification banner (#3199)
This commit is contained in:
parent
97984aa29a
commit
08124264e6
|
@ -94,7 +94,7 @@ class CanonicalPyPASpecBanner(PEPBanner):
|
||||||
)
|
)
|
||||||
admonition_post_text = (
|
admonition_post_text = (
|
||||||
"See the `PyPA specification update process "
|
"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."
|
"for how to propose changes."
|
||||||
)
|
)
|
||||||
admonition_class = nodes.attention
|
admonition_class = nodes.attention
|
||||||
|
|
Loading…
Reference in New Issue