< prev index next >

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

Print this page

        

@@ -78,11 +78,11 @@
  * The methods of this class throw {@link java.lang.UnsupportedOperationException}
  * if the operating system does not allow access to query or kill a process.
  *
  * <p>
  * The {@code ProcessHandle} static factory methods return instances that are
- * <a href="{@docRoot}/java/lang/doc-files/ValueBased.html">value-based</a>,
+ * <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a>,
  * immutable and thread-safe.
  * Use of identity-sensitive operations (including reference equality
  * ({@code ==}), identity hash code, or synchronization) on these instances of
  * {@code ProcessHandle} may have unpredictable results and should be avoided.
  * Use {@link #equals(Object) equals} or
< prev index next >