From c7eb028f0f32974431d163e7462871480595ef4a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 6 Oct 2024 18:34:27 +0200 Subject: [PATCH] Update more messages. --- src/antsibull/changelog.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/antsibull/changelog.py b/src/antsibull/changelog.py index 6da2dc88..c64fa571 100644 --- a/src/antsibull/changelog.py +++ b/src/antsibull/changelog.py @@ -549,10 +549,10 @@ def _get_removal_entry( # noqa: C901, pylint:disable=too-many-branches f" if no one starts maintaining it again before Ansible {removal.major_version}." ) sentences.append( - "See `the removal process for details on how this works" + "See `Collections Removal Process for unmaintained collections" " `__{link}." + "collection_package_removal.html#unmaintained-collections" + f">`__ for more details, including for how this can be cancelled{link}." ) if removal.reason == "renamed": @@ -591,10 +591,10 @@ def _get_removal_entry( # noqa: C901, pylint:disable=too-many-branches if removal.reason_text: sentences.append(_markup_to_rst(removal.reason_text)) sentences.append( - "See `the removal process for details on how this works and can be cancelled" + "See `Collections Removal Process for collections not satisfying the collection requirements" " `__{link}." + f">`__ for more details, including for how this can be cancelled{link}." ) if removal.reason == "other": @@ -678,11 +678,9 @@ def _get_removed_entry( # noqa: C901, pylint:disable=too-many-branches if removal.reason_text: sentences.append(_markup_to_rst(removal.reason_text)) sentences.append( - "See `Collections Removal Process for" - " collections not satisfying the Collection requirements" + "See `Collections Removal Process for collections not satisfying the collection requirements" " `__ for more details{link}." )