Touch up glossary references

Signed-off-by: Mike Kobit <mkobit@gmail.com>
This commit is contained in:
Mike Kobit 2018-03-13 17:27:33 -05:00
parent ba4266f233
commit 4ac2c01356
No known key found for this signature in database
GPG Key ID: 1698254E135D7ADE

View File

@ -83,8 +83,8 @@ Glossary
to the system. State module functions should be idempotent. Some
state module functions, such as :mod:`cmd.run <salt.states.cmd.run>`
are not idempotent by default but can be made idempotent with the
proper use of requisites such as :ref:```unless`` <unless-requisite>`
and :ref:```onlyif`` <onlyif-requisite>`. For more information, *see*
proper use of requisites such as :ref:`unless <unless-requisite>`
and :ref:`onlyif <onlyif-requisite>`. For more information, *see*
`wikipedia <https://en.wikipedia.org/wiki/Idempotent>`_.
Jinja