< prev index next >

src/java.desktop/share/classes/java/awt/Font.java

Print this page

        

@@ -2143,11 +2143,11 @@
     /**
      * Checks if this {@code Font} has a glyph for the specified
      * character.
      *
      * <p> <b>Note:</b> This method cannot handle <a
-     * href="../../java/lang/Character.html#supplementary"> supplementary
+     * href="../../../java.base/java/lang/Character.html#supplementary"> supplementary
      * characters</a>. To support all Unicode characters, including
      * supplementary characters, use the {@link #canDisplay(int)}
      * method or {@code canDisplayUpTo} methods.
      *
      * @param c the character for which a glyph is needed
< prev index next >