Commit 1add0f777f1039900436e749d2f039f3be39b033
1 parent
0d3da1b1
Exists in
master
and in
5 other branches
Improved link [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -311,7 +311,7 @@ class Product < ApplicationRecord | @@ -311,7 +311,7 @@ class Product < ApplicationRecord | ||
311 | end | 311 | end |
312 | ``` | 312 | ``` |
313 | 313 | ||
314 | -See the [list of languages](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html). A few languages require plugins: | 314 | +See the [list of languages](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html#analysis-stemmer-tokenfilter-configure-parms). A few languages require plugins: |
315 | 315 | ||
316 | - `chinese` - [analysis-ik plugin](https://github.com/medcl/elasticsearch-analysis-ik) | 316 | - `chinese` - [analysis-ik plugin](https://github.com/medcl/elasticsearch-analysis-ik) |
317 | - `chinese2` - [analysis-smartcn plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.4/analysis-smartcn.html) | 317 | - `chinese2` - [analysis-smartcn plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.4/analysis-smartcn.html) |