Subject: | Fix URLs |
Hello,
I'm trying to update various URLs in the Perl source code.
Here's a quick patch.
Thanks! Leon
Subject: | text_soundex_urls.txt |
diff --git a/ext/Text-Soundex/README b/ext/Text-Soundex/README
index 3c3b588..890ff2a 100644
--- a/ext/Text-Soundex/README
+++ b/ext/Text-Soundex/README
@@ -114,10 +114,10 @@ History:
US Census ruleset" was too unwieldy...)
NARA can be found at:
- http://www.nara.gov/genealogy/
+ http://www.archives.gov/genealogy/
The algorithm used by NARA can be found at:
- http://home.utah-inter.net/kinsearch/Soundex.html
+ http://www.archives.gov/genealogy/census/soundex.html
Version 2.00:
This version is a full re-write of the 1.0 engine by Mark Mielke.
diff --git a/ext/Text-Soundex/Soundex.pm b/ext/Text-Soundex/Soundex.pm
index 5d70220..a645503 100644
--- a/ext/Text-Soundex/Soundex.pm
+++ b/ext/Text-Soundex/Soundex.pm
@@ -252,7 +252,7 @@ and was included into the Perl core library set.
Dave Carlsen (C<dcarlsen@csranet.com>) made the request for the NARA
algorithm to be included. The NARA soundex page can be viewed at:
-C<http://www.nara.gov/genealogy/soundex/soundex.html>
+C<http://www.archives.gov/genealogy/census/soundex.html>
Ian Phillips (C<ian@pipex.net>) and Rich Pinder (C<rpinder@hsc.usc.edu>)
supplied ideas and spotted mistakes for v1.x.