From 0d3523df8ff6b60d98804af4f1898a341776c756 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Fri, 12 Aug 2022 02:56:19 +0900 Subject: [PATCH] docs: misc fixes in The Ansible Development Cycle (#78513) --- docs/docsite/rst/community/development_process.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/community/development_process.rst b/docs/docsite/rst/community/development_process.rst index 13e380d5e23..5fa5bc4df34 100644 --- a/docs/docsite/rst/community/development_process.rst +++ b/docs/docsite/rst/community/development_process.rst @@ -45,7 +45,7 @@ Here's an overview of the PR lifecycle: * Contributor addresses any feedback from reviewers * Developers, maintainers, community re-review * PR merged or closed -* PR `backported `_ to one or more ``stable-X.Y`` branches (optional, bugfixes only) +* PR :ref:`backported ` to one or more ``stable-X.Y`` branches (optional, bugfixes only) Automated PR review: ansibullbot -------------------------------- @@ -339,7 +339,7 @@ We do **not** backport features. .. code-block:: shell git fetch upstream - git checkout -b backport/2.12/[PR_NUMBER_FROM_DEVEL] upstream/stable-2.13 + git checkout -b backport/2.13/[PR_NUMBER_FROM_DEVEL] upstream/stable-2.13 #. Cherry pick the relevant commit SHA from the devel branch into your feature branch, handling merge conflicts as necessary: