[DOCS] Fix broken link in painless example

This commit is contained in:
lcawl 2018-07-09 10:47:42 -07:00
parent 5481fbc249
commit de273651ae
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ the document, `doc['field'].value` for this document returns:
IMPORTANT: Starting in 7.0, `doc['field'].value` throws an exception if
the field is missing in a document. To enable this behavior now,
set a <<jvm-options,`jvm.option`>>
set a {ref}/jvm-options.html[`jvm.option`]
`-Des.scripting.exception_for_missing_value=true` on a node. If you do not enable
this behavior, a deprecation warning is logged on start up.