This commit is contained in:
parent
2eb1b53274
commit
191de06f27
|
@ -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.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."
|
"for how to propose changes."
|
||||||
)
|
)
|
||||||
admonition_class = nodes.attention
|
admonition_class = nodes.attention
|
||||||
|
|
Loading…
Reference in New Issue