summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2022-11-21 23:25:48 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2022-11-21 23:25:48 +0100
commit0e3215292f48f3e204402a07140322b63a30de36 (patch)
tree43580b6637c17c63d90be59e81bc8995382d65f0
parent74670688faaec94d9177ac182c5516c5f1a7bb9c (diff)
Replace link to Hunspell with the current homepage
The Hunspell project moved from Sourceforge to Github sometime in 2016, so update our links to match the new URL. Backpatch the doc changes to all supported versions. Discussion: https://postgr.es/m/DC9A662A-360D-4125-A453-5A6CB9C6C4B4@yesql.se Backpatch-through: v11
-rw-r--r--doc/src/sgml/textsearch.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 8dc480a5740..9f48b2c3d5a 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -2902,7 +2902,7 @@ SELECT plainto_tsquery('supernova star');
url="https://www.cs.hmc.edu/~geoff/ispell.html">Ispell</ulink>.
Also, some more modern dictionary file formats are supported &mdash; <ulink
url="https://en.wikipedia.org/wiki/MySpell">MySpell</ulink> (OO &lt; 2.0.1)
- and <ulink url="https://sourceforge.net/projects/hunspell/">Hunspell</ulink>
+ and <ulink url="https://hunspell.github.io/">Hunspell</ulink>
(OO &gt;= 2.0.2). A large list of dictionaries is available on the <ulink
url="https://wiki.openoffice.org/wiki/Dictionaries">OpenOffice
Wiki</ulink>.