summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-12-17 17:20:06 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-12-17 10:20:06 -0600
commit653c3da50013188f1c0b2c91d7e8a7b344155f31 (patch)
treed2e1678383408d92c162b27b21d582fad6b66514 /docs/templates
parent651ea5da446887619f875e354903fe4df27b19f0 (diff)
downloadansible-653c3da50013188f1c0b2c91d7e8a7b344155f31.tar.gz
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.j22
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`