Browse Source

Fix bad link in plugin docs

Clinton Gormley 9 years ago
parent
commit
234ca6b1fd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/plugins/lang-javascript.asciidoc
  2. 1 1
      docs/plugins/lang-python.asciidoc

+ 1 - 1
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 <<modules-scripting-painless, `Painless`>>]
+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

+ 1 - 1
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 <<modules-scripting-painless, `Painless`>>]
+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.