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!