Browse Source

[DOCS] fix typo in scripting docs

Petr Bela 10 years ago
parent
commit
f27cb07eb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/scripting.asciidoc

+ 1 - 1
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]