--- a/jdk/src/java.base/share/classes/java/util/BitSet.java Fri Jun 09 16:52:07 2017 +0100
+++ b/jdk/src/java.base/share/classes/java/util/BitSet.java Fri Jun 09 11:26:42 2017 -0700
@@ -1212,7 +1212,7 @@
*
* <p>The stream binds to this bit set when the terminal stream operation
* commences (specifically, the spliterator for the stream is
- * <a href="../Spliterator.html#binding"><em>late-binding</em></a>). If the
+ * <a href="Spliterator.html#binding"><em>late-binding</em></a>). If the
* bit set is modified during that operation then the result is undefined.
*
* @return a stream of integers representing set indices