mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated references to modules & returners
This commit is contained in:
parent
58acb71f6b
commit
dd0c07b7e8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Modules
|
|||
|
||||
Salt modules are the functions called by the :command:`salt` command.
|
||||
|
||||
.. seealso:: :doc:`Full list of builtin modules <modules>`
|
||||
.. seealso:: :ref:`Full list of builtin modules <all-salt.modules>`
|
||||
|
||||
Salt ships with many modules that cover a wide variety of tasks.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ The returner interface allows the return data to be sent to any system that
|
|||
can receive data. This means that return data can be sent to a Redis server,
|
||||
a MongoDB server, a MySQL server, or any system!
|
||||
|
||||
.. seealso:: :doc:`Full list of builtin returners <returners>`
|
||||
.. seealso:: :ref:`Full list of builtin returners <all-salt.returners>`
|
||||
|
||||
Writing a Returner
|
||||
==================
|
||||
|
|
Loading…
Add table
Reference in a new issue