瀏覽代碼

Fix bad link in plugin docs

Clinton Gormley 9 年之前
父節點
當前提交
234ca6b1fd
共有 2 個文件被更改,包括 2 次插入2 次删除
  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.