[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:
Lisa Cawley 2017-05-17 17:16:34 -07:00 committed by GitHub
parent 0adfaab017
commit f44302740d
1 changed files with 16 additions and 16 deletions

View File

@ -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]]