[DOCS] Fix build error related to bad link (elastic/x-pack-elasticsearch#1470)
Original commit: elastic/x-pack-elasticsearch@d56fe65df6
This commit is contained in:
parent
0adfaab017
commit
f44302740d
|
@ -255,10 +255,10 @@ placeholders in a template.
|
|||
{watcher} uses the Elasticsearch script infrastructure, which supports
|
||||
<<inline-templates-scripts,inline>>, <<stored-templates-scripts, stored>>, and
|
||||
<<file-templates-scripts, file-based scripts>>. Scripts and templates are compiled
|
||||
and cached by Elasticsearch to optimize recurring execution.
|
||||
{ref}/modules-scripting-using.html#reload-scripts[Autoloading] is also
|
||||
supported. For more information, see {ref}/modules-scripting.html[Scripting]
|
||||
in the Elasticsearch Reference.
|
||||
and cached by Elasticsearch to optimize recurring execution. Autoloading is also
|
||||
supported. For more information, see {ref}/modules-scripting.html[Scripting] and
|
||||
{ref}/modules-scripting-using.html[How to use scripts] in the Elasticsearch
|
||||
Reference.
|
||||
|
||||
[float]
|
||||
[[watch-execution-context]]
|
||||
|
|
Loading…
Reference in New Issue