From 39efd7a151aa1dff39a2b14c5c4bb780e8589623 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 12 Apr 2023 16:11:17 +0200 Subject: [PATCH] Fix pull request URL in changelog. (#80465) --- changelogs/fragments/79362-validate-modules-underscore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/79362-validate-modules-underscore.yml b/changelogs/fragments/79362-validate-modules-underscore.yml index c3bc21c5068..0592e8d85fb 100644 --- a/changelogs/fragments/79362-validate-modules-underscore.yml +++ b/changelogs/fragments/79362-validate-modules-underscore.yml @@ -1,6 +1,6 @@ breaking_changes: - "ansible-doc - no longer treat plugins in collections whose name starts with ``_`` as deprecated - (https://github.com/ansible/ansible/pull/79217)." + (https://github.com/ansible/ansible/pull/79362)." - "ansible-test sanity - previously plugins and modules in collections whose name started with ``_`` were treated as deprecated, even when they were not marked as deprecated in ``meta/runtime.yml``. This is no longer the case (https://github.com/ansible/ansible/pull/79362)."