Skip to content

Commit 457e5cc

Browse files
committed
Update URL
1 parent 448bd19 commit 457e5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* of the value between threads, and must not invoke {@link #setMaxCodeLen(int)} after initial setup.
3232
* </p>
3333
*
34-
* @see <a href="https://drdobbs.com/184401251?pgno=2">Original Article</a>
34+
* @see <a href="https://drdobbs.com/the-double-metaphone-search-algorithm/184401251?pgno=2">Original Article</a>
3535
* @see <a href="https://en.wikipedia.org/wiki/Metaphone">https://en.wikipedia.org/wiki/Metaphone</a>
3636
*/
3737
public class DoubleMetaphone implements StringEncoder {

0 commit comments

Comments
 (0)