ICU-3650 Fix broken link

X-SVN-Rev: 15753
This commit is contained in:
George Rhoten 2004-06-07 06:57:16 +00:00
parent 78a80bd2a8
commit 1503c7ad49

View File

@ -32,7 +32,7 @@ U_NAMESPACE_BEGIN
* <p>
* The algorithm implemented is a modified form of the Boyer Moore's search.
* For more information see
* <a href=http://oss.software.ibm.com/icu/docs/papers/text-search.html>
* <a href=http://oss.software.ibm.com/icu/docs/papers/efficient_text_searching_in_java.html>
* "Efficient Text Searching in Java"</a>, published in <i>Java Report</i>
* in February, 1999, for further information on the algorithm.
* <p>