From 4b99a663c1605e81b267654ab8b2bd5e4d2acffa Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Mon, 26 Nov 2018 10:34:42 -0600 Subject: [PATCH] ingest: fix broken doc link --- docs/reference/ingest/ingest-node.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingest/ingest-node.asciidoc b/docs/reference/ingest/ingest-node.asciidoc index 6ca58539652..584a2c77315 100644 --- a/docs/reference/ingest/ingest-node.asciidoc +++ b/docs/reference/ingest/ingest-node.asciidoc @@ -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 <> 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.