diff options
| author | Magnus Hagander <magnus@hagander.net> | 2010-04-02 15:21:20 +0000 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2010-04-02 15:21:20 +0000 |
| commit | 4c1062330630af820f5bc4a72641b3390929e525 (patch) | |
| tree | 074062a0082be338ddaceca9433e7e537a747637 /src/include/tsearch | |
| parent | 337b2175729b89a411f2453caa93acfc601ca45c (diff) | |
| download | postgresql-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.h | 4 |
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 |
