Fix documentation references.
This commit is contained in:
parent
4271f6e5e6
commit
871bd24358
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
Compile Tests
|
||||
=============
|
||||
|
||||
See :doc:`testing_compile` for more information.
|
||||
See :doc:`../../testing_compile` for more information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Sanity Tests » ansible-var-precedence-check
|
||||
===========================================
|
||||
|
||||
Check the order of precedence for Ansible variables against :doc:`variable_precedence`.
|
||||
Check the order of precedence for Ansible variables against :ref:`variable_precedence`.
|
||||
|
|
|
@ -3,4 +3,4 @@ Sanity Tests » pep8
|
|||
|
||||
Python static analysis for PEP 8 style guideline compliance.
|
||||
|
||||
See :doc:`testing_pep8` for more information.
|
||||
See :doc:`../../testing_pep8` for more information.
|
||||
|
|
|
@ -3,4 +3,4 @@ Sanity Tests » validate-modules
|
|||
|
||||
Analyze modules for common issues in code and documentation.
|
||||
|
||||
See :doc:`testing_validate-modules` for more information.
|
||||
See :doc:`../../testing_validate-modules` for more information.
|
||||
|
|
Loading…
Reference in a new issue