From f5cac6bc5d6dcf8a6acc1b32e8b77452b7be646f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 5 Aug 2022 02:22:05 +1000 Subject: [PATCH] docs: Fix control node reference links (#78424) --- docs/docsite/rst/dev_guide/developing_python_3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_python_3.rst b/docs/docsite/rst/dev_guide/developing_python_3.rst index 43221b0342e..ecc2106a6b3 100644 --- a/docs/docsite/rst/dev_guide/developing_python_3.rst +++ b/docs/docsite/rst/dev_guide/developing_python_3.rst @@ -4,7 +4,7 @@ Ansible and Python 3 ******************** -The ``ansible-core`` code runs Python 3 (for specific versions check `Control Node Requirements <:ref:control-node-requirements>`_. +The ``ansible-core`` code runs Python 3 (for specific versions check :ref:`Control Node Requirements ` Contributors to ``ansible-core`` and to Ansible Collections should be aware of the tips in this document so that they can write code that will run on the same versions of Python as the rest of Ansible. @@ -25,7 +25,7 @@ However, the three types of code do not use the same string strategy. If you're Minimum version of Python 3.x and Python 2.x ============================================ -See `Control Node Requirements <:ref:control-node-requirements>`_ and `Managed Node Requirements <:ref:managed-node-requirements>`_ for the +See :ref:`Control Node Requirements ` and `Managed Node Requirements <:ref:managed-node-requirements>`_ for the specific versions supported. Your custom modules can support any version of Python (or other languages) you want, but the above are the requirements for the code contributed to the Ansible project.