summaryrefslogtreecommitdiff
path: root/src/include/tsearch
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-04-02 15:21:20 +0000
committerMagnus Hagander <magnus@hagander.net>2010-04-02 15:21:20 +0000
commit4c1062330630af820f5bc4a72641b3390929e525 (patch)
tree074062a0082be338ddaceca9433e7e537a747637 /src/include/tsearch
parent337b2175729b89a411f2453caa93acfc601ca45c (diff)
downloadpostgresql-4c1062330630af820f5bc4a72641b3390929e525.tar.gz
Update a number of broken links in comments.
Josh Kupershmidt
Diffstat (limited to 'src/include/tsearch')
-rw-r--r--src/include/tsearch/dicts/spell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tsearch/dicts/spell.h b/src/include/tsearch/dicts/spell.h
index 9c869e8244..5480b208fb 100644
--- a/src/include/tsearch/dicts/spell.h
+++ b/src/include/tsearch/dicts/spell.h
@@ -6,7 +6,7 @@
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.8 2010/01/02 16:58:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.9 2010/04/02 15:21:20 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -37,7 +37,7 @@ typedef struct
/*
* Names of FF_ are correlated with Hunspell options in affix file
- * http://sourceforge.net/docman/display_doc.php?docid=29374&group_id=143754
+ * http://hunspell.sourceforge.net/
*/
#define FF_COMPOUNDONLY 0x01
#define FF_COMPOUNDBEGIN 0x02