From: Bruce Momjian Date: Wed, 11 Sep 2013 01:34:01 +0000 (-0400) Subject: fuzzystrmatch: replace broken link in C comment X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f0e86930dd56f2da00101d5384cbb51ada3730da;p=users%2Fbernd%2Fpostgres.git fuzzystrmatch: replace broken link in C comment Albe Laurenz --- diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c index f562f5484c..19413b481a 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