Browse Source

[DOCS] Fix broken link in painless example

lcawl 7 years ago
parent
commit
de273651ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/painless/painless-getting-started.asciidoc

+ 1 - 1
docs/painless/painless-getting-started.asciidoc

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