From f27cb07eb9507e9b1c0a9da0410dfdb0ab3faca7 Mon Sep 17 00:00:00 2001 From: Petr Bela Date: Mon, 9 Mar 2015 18:34:12 -0700 Subject: [PATCH] [DOCS] fix typo in scripting docs --- docs/reference/modules/scripting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/scripting.asciidoc b/docs/reference/modules/scripting.asciidoc index 03b43bc13cd..678d696ff80 100644 --- a/docs/reference/modules/scripting.asciidoc +++ b/docs/reference/modules/scripting.asciidoc @@ -53,7 +53,7 @@ GET /_search } ----------------------------------- -Save the contents of the script as a file called `config/script/my_script.groovy` +Save the contents of the script as a file called `config/scripts/my_script.groovy` on every data node in the cluster: [source,js]