From e66a02b18baaeeed629071d925245f6d67cfaabc Mon Sep 17 00:00:00 2001 From: Steve Groesz Date: Thu, 11 Dec 2014 18:14:47 -0600 Subject: [PATCH] Update netapi reference Resolves issue #18760 --- doc/ref/clients/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/ref/clients/index.rst b/doc/ref/clients/index.rst index 3050c31bc8..04d13b7348 100644 --- a/doc/ref/clients/index.rst +++ b/doc/ref/clients/index.rst @@ -20,11 +20,10 @@ client is detailed below. See the :py:func:`state.event ` runner to utilize Salt's event bus from shell scripts. - See the `salt-api`_ project to access Salt externally via a REST interface. - It uses Salt's Python interface documented below and is also useful as a - reference implementation. + Salt's `netapi module`_ provides access to Salt externally via a REST interface. + Review the `netapi module`_ documentation for more information. -.. _`salt-api`: https://github.com/saltstack/salt-api +.. _`netapi module`: http://docs.saltstack.com/en/latest/topics/netapi/index.html Salt's ``opts`` dictionary ==========================