Skip to content

Commit

Permalink
corrects links to 'list_of' pages (ansible#39161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Cozine authored and Alexander Bethke committed May 15, 2018
1 parent 4b68912 commit 33ddf0b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Although it's tempting to get straight into coding, there are a few things to be
Naming Convention
`````````````````

As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`list_of_database_modules`.
As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`database_modules`.

The directory name should represent the *product* or *OS* name, not the company name.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A list of managed nodes. An inventory file is also sometimes called a "hostfile"
Modules
================================================================================

The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :doc:`list of network modules<../../modules/list_of_network_modules>`.
The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :ref:`list of network modules<network_modules>`.

Tasks
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/network/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ansible Network modules extend the benefits of simple, powerful, agentless autom

If you're new to Ansible, or new to using Ansible for network management, start with the Getting Started Guide.

For documentation on using a particular network module, consult the :doc:`list of all network modules<../modules/list_of_network_modules>`. Some network modules are maintained by the Ansible community - here's a list of :doc:`network modules maintained by the Ansible Network Team<../modules/network_maintained>`.
For documentation on using a particular network module, consult the :ref:`list of all network modules<network_modules>`. Some network modules are maintained by the Ansible community - here's a list of :ref:`network modules maintained by the Ansible Network Team<network_supported>`.

.. toctree::
:maxdepth: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/scenario_guides/guide_aci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For instance ensuring that a specific tenant exists, is done using the following
description: Customer XYZ
state: present
A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules <list_of_network_modules>`. You can also view the `current development version <https://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html#aci>`_.
A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules <network_modules>`. You can also view the `current development version <http://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html#aci>`_.

Querying ACI configuration
..........................
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/windows_dsc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Setup IIS Website
An introduction to playbooks
:doc:`playbooks_best_practices`
Best practices advice
`List of Windows Modules :ref:`<list_of_windows_modules>`
`List of Windows Modules :ref:`<windows_modules>`
Windows specific module list, all implemented in PowerShell
`User Mailing List <http://groups.google.com/group/ansible-project>`_
Have a question? Stop by the google group!
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/windows_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Python and most of them do not work on Windows.
Because of this, there are dedicated Windows modules that are written in
PowerShell and are meant to be run on Windows hosts. A list of these modules
can be found :ref:`here <list_of_windows_modules>`.
can be found :ref:`here <windows_modules>`.
In addition, the following Ansible Core modules/action-plugins work with Windows:
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/windows_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ Windows host.
An introduction to playbooks
:doc:`playbooks_best_practices`
Best practices advice
:ref:`List of Windows Modules <list_of_windows_modules>`
:ref:`List of Windows Modules <windows_modules>`
Windows specific module list, all implemented in PowerShell
`User Mailing List <http://groups.google.com/group/ansible-project>`_
Have a question? Stop by the google group!
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/windows_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ guides for Windows modules differ substantially from those for standard standard
An introduction to playbooks
:doc:`playbooks_best_practices`
Best practices advice
:ref:`List of Windows Modules <list_of_windows_modules>`
:ref:`List of Windows Modules <windows_modules>`
Windows specific module list, all implemented in PowerShell
`User Mailing List <http://groups.google.com/group/ansible-project>`_
Have a question? Stop by the google group!
Expand Down
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/windows_winrm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ Some of these limitations can be mitigated by doing one of the following:
An introduction to playbooks
:doc:`playbooks_best_practices`
Best practices advice
:ref:`List of Windows Modules <list_of_windows_modules>`
:ref:`List of Windows Modules <windows_modules>`
Windows specific module list, all implemented in PowerShell
`User Mailing List <http://groups.google.com/group/ansible-project>`_
Have a question? Stop by the google group!
Expand Down

0 comments on commit 33ddf0b

Please sign in to comment.