Updated references to modules & returners

This commit is contained in:
Seth House 2011-11-13 03:06:00 -07:00
parent 58acb71f6b
commit dd0c07b7e8
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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
==================