jdk/src/java.base/share/classes/java/util/Vector.java
changeset 44743 f0bbd698c486
parent 43520 65d31ea930aa
child 45984 75fef64e21fa
--- a/jdk/src/java.base/share/classes/java/util/Vector.java	Mon Apr 17 14:46:02 2017 -0700
+++ b/jdk/src/java.base/share/classes/java/util/Vector.java	Mon Apr 17 15:51:05 2017 -0700
@@ -70,7 +70,7 @@
  *
  * <p>As of the Java 2 platform v1.2, this class was retrofitted to
  * implement the {@link List} interface, making it a member of the
- * <a href="{@docRoot}/../technotes/guides/collections/index.html">
+ * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
  * Java Collections Framework</a>.  Unlike the new collection
  * implementations, {@code Vector} is synchronized.  If a thread-safe
  * implementation is not needed, it is recommended to use {@link