Browse Source

[DOCS] Update link to Snowball documentation (#63305) (#63347)

The current link points to an obsolete site, which is no longer maintained.

Co-authored-by: Stefan Walter <67258699+rd-stefan-walter@users.noreply.github.com>
James Rodewig 5 years ago
parent
commit
80a828c15f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/stemming.asciidoc

+ 1 - 1
docs/reference/analysis/stemming.asciidoc

@@ -60,7 +60,7 @@ algorithmic stemming with a built-in dictionary.
 * <<analysis-porterstem-tokenfilter,`porter_stem`>>, our recommended algorithmic
 stemmer for English.
 * <<analysis-snowball-tokenfilter,`snowball`>>, which uses
-http://snowball.tartarus.org/[Snowball]-based stemming rules for several
+https://snowballstem.org/[Snowball]-based stemming rules for several
 languages.
 
 [[dictionary-stemmers]]