Skip to content

Commit 4c3cb6b

Browse files
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
1 parent 1aed4c4 commit 4c3cb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ SELECT plainto_tsquery('supernova star');
28862886
url="https://www.cs.hmc.edu/~geoff/ispell.html">Ispell</ulink>.
28872887
Also, some more modern dictionary file formats are supported &mdash; <ulink
28882888
url="https://en.wikipedia.org/wiki/MySpell">MySpell</ulink> (OO &lt; 2.0.1)
2889-
and <ulink url="https://sourceforge.net/projects/hunspell/">Hunspell</ulink>
2889+
and <ulink url="https://hunspell.github.io/">Hunspell</ulink>
28902890
(OO &gt;= 2.0.2). A large list of dictionaries is available on the <ulink
28912891
url="https://wiki.openoffice.org/wiki/Dictionaries">OpenOffice
28922892
Wiki</ulink>.

0 commit comments

Comments
 (0)