From 313e97bd50396bbc50fabe762bf9164fa0b93338 Mon Sep 17 00:00:00 2001 From: tdhellmann Date: Tue, 22 Feb 2022 08:15:54 -0800 Subject: [PATCH] Docs updates for #434 Updating broken docs link and adding links to additional references. --- splunklib/searchcommands/__init__.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/splunklib/searchcommands/__init__.py b/splunklib/searchcommands/__init__.py index c56c510d5..8a929039c 100644 --- a/splunklib/searchcommands/__init__.py +++ b/splunklib/searchcommands/__init__.py @@ -134,9 +134,13 @@ .. topic:: References - 1. `Search command style guide `__ + 1. `Custom Search Command manual: `__ - 2. `Commands.conf.spec `_ + 2. `Create Custom Search Commands with commands.conf.spec `_ + + 3. `Configure seach assistant with searchbnf.conf `_ + + 4. `Control search distribution with distsearch.conf `_ """