diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-09-10 21:34:01 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-09-10 21:34:01 -0400 |
commit | f0e86930dd56f2da00101d5384cbb51ada3730da (patch) | |
tree | 7dd5d6845c02c227961586bafb568af790ac6728 | |
parent | 2885006afc81aaabf3a32a873bbed99282f5a978 (diff) | |
download | postgresql-f0e86930dd56f2da00101d5384cbb51ada3730da.tar.gz postgresql-f0e86930dd56f2da00101d5384cbb51ada3730da.zip |
fuzzystrmatch: replace broken link in C comment
Albe Laurenz
-rw-r--r-- | contrib/fuzzystrmatch/dmetaphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c index f562f5484cc..19413b481a0 100644 --- a/contrib/fuzzystrmatch/dmetaphone.c +++ b/contrib/fuzzystrmatch/dmetaphone.c @@ -10,7 +10,7 @@ * Information on using Double Metaphone can be found at * http://www.codeproject.com/string/dmetaphone1.asp * and the original article describing it can be found at - * http://www.cuj.com/documents/s=8038/cuj0006philips/ + * http://drdobbs.com/184401251 * * For PostgreSQL we provide 2 functions - one for the primary and one for * the alternate. That way the functions are pure text->text mappings that |