Skip to content

Commit 000817e

Browse files
committed
Better link text
1 parent 457e5cc commit 000817e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
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/the-double-metaphone-search-algorithm/184401251?pgno=2">Original Article</a>
35-
* @see <a href="https://en.wikipedia.org/wiki/Metaphone">https://en.wikipedia.org/wiki/Metaphone</a>
34+
* @see <a href="https://drdobbs.com/the-double-metaphone-search-algorithm/184401251?pgno=2">Dr. Dobbs Original Article</a>
35+
* @see <a href="https://en.wikipedia.org/wiki/Metaphone">Wikipedia Metaphone</a>
3636
*/
3737
public class DoubleMetaphone implements StringEncoder {
3838

0 commit comments

Comments
 (0)