diff options
author | Dag Wieers <dag@wieers.com> | 2018-12-17 17:20:06 +0100 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-12-17 17:20:06 +0100 |
commit | 653c3da50013188f1c0b2c91d7e8a7b344155f31 (patch) | |
tree | d2e1678383408d92c162b27b21d582fad6b66514 /docs/templates | |
parent | add to ovirt snapshot download and upload disk (#46696) (diff) | |
download | ansible-653c3da50013188f1c0b2c91d7e8a7b344155f31.tar.xz ansible-653c3da50013188f1c0b2c91d7e8a7b344155f31.zip |
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**.
Diffstat (limited to 'docs/templates')
-rw-r--r-- | docs/templates/plugin.rst.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 7e971a4c6a..93e635bfd9 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -224,7 +224,7 @@ See Also {% for item in seealso %} {% if item.module is defined and item.description is defined %} - :ref:`Module @{ item.module }@ <@{ item.module }@_module>` + :ref:`@{ item.module }@_module` @{ item.description | rst_ify }@ {% elif item.module is defined %} :ref:`@{ item.module }@_module` |