--- a/src/java.base/share/classes/java/lang/CharSequence.java Wed Mar 28 00:45:37 2018 +0200
+++ b/src/java.base/share/classes/java/lang/CharSequence.java Tue Mar 27 16:25:40 2018 -0700
@@ -74,7 +74,7 @@
* indexing.
*
* <p>If the {@code char} value specified by the index is a
- * <a href="{@docRoot}/java/lang/Character.html#unicode">surrogate</a>, the surrogate
+ * <a href="{@docRoot}/java.base/java/lang/Character.html#unicode">surrogate</a>, the surrogate
* value is returned.
*
* @param index the index of the {@code char} value to be returned
@@ -119,7 +119,7 @@
/**
* 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.
*
* <p>The stream binds to this sequence when the terminal stream operation