1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

fuzzystrmatch: replace broken link in C comment

Albe Laurenz
This commit is contained in:
Bruce Momjian
2013-09-10 21:34:01 -04:00
parent 2885006afc
commit f0e86930dd

View File

@ -10,7 +10,7 @@
* Information on using Double Metaphone can be found at * Information on using Double Metaphone can be found at
* http://www.codeproject.com/string/dmetaphone1.asp * http://www.codeproject.com/string/dmetaphone1.asp
* and the original article describing it can be found at * 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 * 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 * the alternate. That way the functions are pure text->text mappings that