Fix document references in modules (#49892)

* Docs: Fixes internal module reference syntax for seealso
* Updates anchors and links
* Updates seealso in the docs for module **win_chocolatey**.
This commit is contained in:
Dag Wieers 2018-12-17 17:20:06 +01:00 committed by Alicia Cozine
commit 653c3da500
6 changed files with 34 additions and 23 deletions

View file

@ -94,4 +94,4 @@ And you use the ``eapi`` variable in your task(s):
Note that while Ansible 2.6 supports the use of ``connection: local`` with ``provider`` dictionaries, this usage will be deprecated in the future and eventually removed.
For more information, see :ref:`Become and Networks<become-network>`
For more information, see :ref:`Become and Networks<become_network>`

View file

@ -157,7 +157,7 @@ Certain network platforms, such as eos and ios, have the concept of different pr
ansible_become=yes
ansible_become_method=enable
For more information, see the :ref:`using become with network modules<become-network>` guide.
For more information, see the :ref:`using become with network modules<become_network>` guide.
Jump hosts