summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-03-28 13:05:49 -0700
committerMatt Clay <matt@mystile.com>2022-03-28 13:16:28 -0700
commit93d0ea021549f62af7f7759b70c2da5c22d7f261 (patch)
treed009043204e1fafb7c0013fe15c505d8b378d54d /hacking
parent3e491db466f66644fc30c21f7b3bb1e1401ab545 (diff)
downloadansible-93d0ea021549f62af7f7759b70c2da5c22d7f261.tar.gz
Update core porting guide generation.
Diffstat (limited to 'hacking')
-rw-r--r--hacking/build_library/build_ansible/command_plugins/porting_guide.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/hacking/build_library/build_ansible/command_plugins/porting_guide.py b/hacking/build_library/build_ansible/command_plugins/porting_guide.py
index 7671efeb45..431485b153 100644
--- a/hacking/build_library/build_ansible/command_plugins/porting_guide.py
+++ b/hacking/build_library/build_ansible/command_plugins/porting_guide.py
@@ -14,17 +14,17 @@ from ..commands import Command # pylint: disable=relative-beyond-top-level
PORTING_GUIDE_TEMPLATE = """
-.. _porting_{{ ver }}_guide:
+.. _porting_{{ ver }}_guide_core:
-**************************
-Ansible {{ ver }} Porting Guide
-**************************
+*******************************
+Ansible-core {{ ver }} Porting Guide
+*******************************
-This section discusses the behavioral changes between Ansible {{ prev_ver }} and Ansible {{ ver }}.
+This section discusses the behavioral changes between ``ansible-core`` {{ prev_ver }} and ``ansible-core`` {{ ver }}.
It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible.
-We suggest you read this page along with `Ansible Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make.
+We suggest you read this page along with `ansible-core Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make.
This document is part of a collection on porting. The complete list of porting guides can be found at :ref:`porting guides <porting_guides>`.