< prev index next >

src/java.base/share/classes/java/lang/String.java

Print this page

        

@@ -2645,11 +2645,11 @@
     }
 
     /**
      * Returns a stream of {@code int} zero-extending the {@code char} values
      * from this sequence.  Any char which maps to a <a
-     * href="{@docRoot}/java/lang/Character.html#unicode">surrogate code
+     * href="{@docRoot}/java.base/java/lang/Character.html#unicode">surrogate code
      * point</a> is passed through uninterpreted.
      *
      * @return an IntStream of char values from this sequence
      * @since 9
      */
< prev index next >