Fix @links in icu. am: 0f5b8ca7d5
am: 0bdbeae11a

Change-Id: I0451a84eb07428f9857b9fa5712373c8af248e1f
diff --git a/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java b/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
index cc307d8..3c49109 100644
--- a/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
+++ b/android_icu4j/src/main/java/android/icu/util/ChineseCalendar.java
@@ -165,7 +165,7 @@
      * @param year      The value used to set the calendar's {@link #YEAR YEAR} time field.
      * @param month     The value used to set the calendar's {@link #MONTH MONTH} time field.
      *                  The value is 0-based. e.g., 0 for January.
-     * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH)
+     * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
      *                  time field.
      * @param date      The value used to set the calendar's {@link #DATE DATE} time field.
      * @see Category#FORMAT
@@ -221,7 +221,7 @@
      * @param year      The value used to set the calendar's {@link #YEAR YEAR} time field. 
      * @param month     The value used to set the calendar's {@link #MONTH MONTH} time field. 
      *                  The value is 0-based. e.g., 0 for January. 
-     * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH) 
+     * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
      *                  time field. 
      * @param date      The value used to set the calendar's {@link #DATE DATE} time field.
      * @see Category#FORMAT
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java b/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java
index a8dff55..e349ade 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java
@@ -167,7 +167,7 @@
      * @param year      The value used to set the calendar's {@link #YEAR YEAR} time field.
      * @param month     The value used to set the calendar's {@link #MONTH MONTH} time field.
      *                  The value is 0-based. e.g., 0 for January.
-     * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH)
+     * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
      *                  time field.
      * @param date      The value used to set the calendar's {@link #DATE DATE} time field.
      * @see Category#FORMAT
@@ -225,7 +225,7 @@
      * @param year      The value used to set the calendar's {@link #YEAR YEAR} time field. 
      * @param month     The value used to set the calendar's {@link #MONTH MONTH} time field. 
      *                  The value is 0-based. e.g., 0 for January. 
-     * @param isLeapMonth The value used to set the Chinese calendar's (@link #IS_LEAP_MONTH) 
+     * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
      *                  time field. 
      * @param date      The value used to set the calendar's {@link #DATE DATE} time field.
      * @see Category#FORMAT