From 234ca6b1fd2a2b79733af555e33e953aa303975c Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 2 Sep 2016 10:54:05 +0200 Subject: [PATCH] Fix bad link in plugin docs --- docs/plugins/lang-javascript.asciidoc | 2 +- docs/plugins/lang-python.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/lang-javascript.asciidoc b/docs/plugins/lang-javascript.asciidoc index 4bc6ba94ed20d..650f42d9cabee 100644 --- a/docs/plugins/lang-javascript.asciidoc +++ b/docs/plugins/lang-javascript.asciidoc @@ -1,7 +1,7 @@ [[lang-javascript]] === JavaScript Language Plugin -deprecated[5.0.0,JavaScript will be replaced by the new scripting language <>] +deprecated[5.0.0,JavaScript will be replaced by the new scripting language {ref}/modules-scripting-painless.html[`Painless`]] The JavaScript language plugin enables the use of JavaScript in Elasticsearch scripts, via Mozilla's diff --git a/docs/plugins/lang-python.asciidoc b/docs/plugins/lang-python.asciidoc index 4ad0fe628cb1a..fcec532ea1048 100644 --- a/docs/plugins/lang-python.asciidoc +++ b/docs/plugins/lang-python.asciidoc @@ -1,7 +1,7 @@ [[lang-python]] === Python Language Plugin -deprecated[5.0.0,Python will be replaced by the new scripting language <>] +deprecated[5.0.0,Python will be replaced by the new scripting language {ref}/modules-scripting-painless.html[`Painless`]] The Python language plugin enables the use of Python in Elasticsearch scripts, via the http://www.jython.org/[Jython] Java implementation of Python.