Skip to content

Commit d126639

Browse files
committed
Replaced broken link in splunklib/searchcommands/search_command.py with new link.
1 parent 20be670 commit d126639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ def iteritems(self):
10341034
def dispatch(command_class, argv=sys.argv, input_file=sys.stdin, output_file=sys.stdout, module_name=None):
10351035
""" Instantiates and executes a search command class
10361036
1037-
This function implements a `conditional script stanza <http://goo.gl/OFaox6>`_ based on the value of
1037+
This function implements a `conditional script stanza <https://docs.python.org/2/library/__main__.html>`_ based on the value of
10381038
:code:`module_name`::
10391039
10401040
if module_name is None or module_name == '__main__':

0 commit comments

Comments
 (0)