ICU-4872 Fix broken URLs

X-SVN-Rev: 18682
This commit is contained in:
George Rhoten 2005-10-14 03:46:46 +00:00
parent 2251256ae9
commit 042676f010
4 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ import com.ibm.icu.util.VersionInfo;
/**
* <p>
* The UCharacter class provides extensions to the
* <a href=http://java.sun.com/j2se/1.3/docs/api/java/lang/Character.html>
* <a href="http://java.sun.com/j2se/1.5/docs/api/java/lang/Character.html">
* java.lang.Character</a> class. These extensions provide support for
* more Unicode properties and together with the <a href=../text/UTF16.html>UTF16</a>
* class, provide support for supplementary characters (those with code
@ -80,7 +80,7 @@ import com.ibm.icu.util.VersionInfo;
* </ul>
* <p>
* Further detail differences can be determined from the program
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu4j/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icu4j/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java">
* com.ibm.icu.dev.test.lang.UCharacterCompare</a>
* </p>
* <p>

View File

@ -401,7 +401,7 @@ public final class CollationKey implements Comparable
* </p>
* <p>
* For more on usage, see example in test procedure
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu4j/src/com/ibm/icu/dev/test/collator/CollationAPITest.java">
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icu4j/src/com/ibm/icu/dev/test/collator/CollationAPITest.java">
* src/com/ibm/icu/dev/test/collator/CollationAPITest/TestBounds.
* </a>
* </p>

View File

@ -100,7 +100,7 @@ import com.ibm.icu.impl.Utility;
* normalize(FCD) may be implemented with NFD.
*
* For more details on FCD see the collation design document:
* http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icuhtml/design/collation/ICU_collation_design.htm
* http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icuhtml/design/collation/ICU_collation_design.htm
*
* ICU collation performs either NFD or FCD normalization automatically if
* normalization is turned on for the collator object. Beyond collation and

View File

@ -31,7 +31,7 @@ import com.ibm.icu.util.ULocale;
*
* <P>
* Resource bundles in ICU are currently defined using text files which conform to the following
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icuhtml/design/bnf_rb.txt">BNF definition</a>.
* <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icuhtml/design/bnf_rb.txt">BNF definition</a>.
* More on resource bundle concepts and syntax can be found in the
* <a href="http://icu.sourceforge.net/userguide/ResourceManagement.html">Users Guide</a>.
* <P>