removes space from example of L(link) syntax (#49908)
This commit is contained in:
parent
013c42b14f
commit
90a6771bc8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ Linking within module documentation
|
|||
|
||||
You can link from your module documentation to other module docs, other resources on docs.ansible.com, and resources elsewhere on the internet. The correct formats for these links are:
|
||||
|
||||
* ``L()`` for Links with a heading. For example: ``See L(IOS Platform Options guide, ../network/user_guide/platform_ios.html).``
|
||||
* ``L()`` for Links with a heading. For example: ``See L(IOS Platform Options guide,../network/user_guide/platform_ios.html).``
|
||||
* ``U()`` for URLs. For example: ``See U(https://www.ansible.com/products/tower) for an overview.``
|
||||
* ``I()`` for option names. For example: ``Required if I(state=present).``
|
||||
* ``C()`` for files and option values. For example: ``If not set the environment variable C(ACME_PASSWORD) will be used.``
|
||||
|
|
Loading…
Reference in a new issue