Replace link to Hunspell with the current homepage
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 21 Nov 2022 22:25:48 +0000 (23:25 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 21 Nov 2022 22:25:48 +0000 (23:25 +0100)
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

doc/src/sgml/textsearch.sgml
src/include/tsearch/dicts/spell.h

index c51b0e4d77d93ded8da0264c06ac2c58ff470708..1550be5695071bb8328a69700ad00648e7ae177d 100644 (file)
@@ -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>.
index 978f43a603c8d3c175eab252a16468ffa462de90..5511d275a31354cb69229b5d8dda0d1ed27f4dd2 100644 (file)
@@ -37,7 +37,7 @@ typedef struct
 
 /*
  * Names of FF_ are correlated with Hunspell options in affix file
- * http://hunspell.sourceforge.net/
+ * https://hunspell.github.io/
  */
 #define FF_COMPOUNDONLY        0x01
 #define FF_COMPOUNDBEGIN   0x02