python_3_support.rst: fix broken links (#33951)
The links pointing to 'Building From Source' and 'Inventory' were not valid, so I updated them to point to locations that seemed appropriate. Signed-off-by: Micah Abbott <miabbott@redhat.com>
This commit is contained in:
parent
2b7799f817
commit
2f2f118665
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ Ansible 2.2, 2.3, and 2.4 feature a tech preview of Python 3 support. This topic
|
|||
Testing Python 3 with commands and playbooks
|
||||
--------------------------------------------
|
||||
|
||||
* Run Ansible 2.2+ :ref:`from source <from_source>`
|
||||
* Run Ansible 2.2+ - See :ref:`from_source`
|
||||
* To test Python 3 on the controller, run your ansible command via
|
||||
``python3``. For example:
|
||||
|
||||
|
@ -65,7 +65,7 @@ Testing Python 3 module support
|
|||
[py3-hosts:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
See the :ref:`inventory documentation <inventory>` for more information.
|
||||
See :doc:`intro_inventory` for more information.
|
||||
|
||||
* Run your command or playbook:
|
||||
|
||||
|
|
Loading…
Reference in a new issue