Skip to content

Commit 9226a65

Browse files
authored
[DOCS]: fix decimal digit filter reference (elastic#129695)
1 parent 38b7bfc commit 9226a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/text-analysis/analysis-decimal-digit-tokenfilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
Converts all digits in the Unicode `Decimal_Number` General Category to `0-9`. For example, the filter changes the Bengali numeral `` to `3`.
1111

12-
This filter uses Lucene’s [DecimalDigitFilter](https://lucene.apache.org/core/10_0_0/analysis/common/org/apache/lucene/analysis/core/DecimalDigitFilter.md).
12+
This filter uses Lucene’s [DecimalDigitFilter](https://lucene.apache.org/core/10_0_0/analysis/common/org/apache/lucene/analysis/core/DecimalDigitFilter.html).
1313

1414
## Example [analysis-decimal-digit-tokenfilter-analyze-ex]
1515

0 commit comments

Comments
 (0)