[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
|
{watcher} uses the Elasticsearch script infrastructure, which supports
|
||||||
<<inline-templates-scripts,inline>>, <<stored-templates-scripts, stored>>, and
|
<<inline-templates-scripts,inline>>, <<stored-templates-scripts, stored>>, and
|
||||||
<<file-templates-scripts, file-based scripts>>. Scripts and templates are compiled
|
<<file-templates-scripts, file-based scripts>>. Scripts and templates are compiled
|
||||||
and cached by Elasticsearch to optimize recurring execution.
|
and cached by Elasticsearch to optimize recurring execution. Autoloading is also
|
||||||
{ref}/modules-scripting-using.html#reload-scripts[Autoloading] is also
|
supported. For more information, see {ref}/modules-scripting.html[Scripting] and
|
||||||
supported. For more information, see {ref}/modules-scripting.html[Scripting]
|
{ref}/modules-scripting-using.html[How to use scripts] in the Elasticsearch
|
||||||
in the Elasticsearch Reference.
|
Reference.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[watch-execution-context]]
|
[[watch-execution-context]]
|
||||||
|
|
Loading…
Reference in New Issue