Skip to content

Commit b828011

Browse files
authored
[DOCS] Remove poor link from painless.md (elastic#127544) (elastic#127569)
1 parent 50330dc commit b828011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/scripting-languages/painless/painless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapped_pages:
1111
You can use Painless anywhere scripts are used in Elasticsearch. Painless provides:
1212

1313
* Fast performance: Painless scripts [ run several times faster](https://benchmarks.elastic.co/index.md#search_qps_scripts) than the alternatives.
14-
* Safety: Fine-grained allowlist with method call/field granularity. See the [Painless API Reference](https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-api-reference.html) for a complete list of available classes and methods.
14+
* Safety: Fine-grained allowlist with method call/field granularity.
1515
* Optional typing: Variables and parameters can use explicit types or the dynamic `def` type.
1616
* Syntax: Extends a subset of Java’s syntax to provide additional scripting language features.
1717
* Optimizations: Designed specifically for Elasticsearch scripting.

0 commit comments

Comments
 (0)