From 01f0c38aa5cd9f4785fcfcc1215652a2df793739 Mon Sep 17 00:00:00 2001 From: Aine Riordan <44700011+ariordan-redhat@users.noreply.github.com> Date: Mon, 13 Sep 2021 07:19:48 -0700 Subject: [PATCH] Docs: Update cross reference tag syntax in User Guide (#75693) --- docs/docsite/rst/user_guide/complex_data_manipulation.rst | 4 ++-- docs/docsite/rst/user_guide/playbooks_advanced_syntax.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/user_guide/complex_data_manipulation.rst b/docs/docsite/rst/user_guide/complex_data_manipulation.rst index ebf8050fb79..fad4666415e 100644 --- a/docs/docsite/rst/user_guide/complex_data_manipulation.rst +++ b/docs/docsite/rst/user_guide/complex_data_manipulation.rst @@ -306,9 +306,9 @@ https://www.reddit.com/r/ansible/comments/gj5a93/trying_to_get_uptime_from_secon .. seealso:: - :doc:`playbooks_filters` + :ref:`playbooks_filters` Jinja2 filters included with Ansible - :doc:`playbooks_tests` + :ref:`playbooks_tests` Jinja2 tests included with Ansible `Jinja2 Docs `_ Jinja2 documentation, includes lists for core filters and tests diff --git a/docs/docsite/rst/user_guide/playbooks_advanced_syntax.rst b/docs/docsite/rst/user_guide/playbooks_advanced_syntax.rst index 23809ffe7b9..eaad98fa926 100644 --- a/docs/docsite/rst/user_guide/playbooks_advanced_syntax.rst +++ b/docs/docsite/rst/user_guide/playbooks_advanced_syntax.rst @@ -104,7 +104,7 @@ You've anchored the value of ``version`` with the ``&my_version`` anchor, and re :ref:`playbooks_variables` All about variables - :doc:`complex_data_manipulation` + :ref:`complex_data_manipulation` Doing complex data manipulation in Ansible `User Mailing List `_ Have a question? Stop by the google group!