ingest: fix broken doc link

This commit is contained in:
Jake Landis 2018-11-26 10:34:42 -06:00
parent 13e11966ca
commit 4b99a663c1
No known key found for this signature in database
GPG Key ID: 508157BFF65D51DD
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ is not null safe alternative, so an explict null check is needed.
=== Complex Conditionals
The `if` condition can be more then a simple equality check.
The full power of the <<modules-scripting-painless, Painless Scripting Language>> is available and
running in the {painless}/painless-ingest-processor-context.html#null-safe-operator[ingest processor context].
running in the {painless}/painless-ingest-processor-context.html[ingest processor context].
IMPORTANT: The value of ctx is read-only in `if` conditions.