The 3 links to https://docs.oracle.com are broken in the Core Features section of the documentation :

  • https://docs.oracle.com/javase/17/docs/api/java/time/Duration.html#parse-java.lang.CharSequence- redirects to https://docs.oracle.com/en/java/javase/17/docs/api/index.html#parse-java.lang.CharSequence- (should be https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html#parse(java.lang.CharSequence))
  • https://docs.oracle.com/javase/17/docs/api/java/time/Period.html#parse-java.lang.CharSequence- redirects to https://docs.oracle.com/en/java/javase/17/docs/api/index.html#parse-java.lang.CharSequence- (should be https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Period.html#parse(java.lang.CharSequence))
  • https://docs.oracle.com/javase/17/docs/api/java/util/logging/package-summary.html redirects to https://docs.oracle.com/en/java/javase/17/docs/api/index.html (should be https://docs.oracle.com/en/java/javase/17/docs/api/java.logging/java/util/logging/package-summary.html)

I only checked features.html, there might be more.

Comment From: jongwooo

Can I work on this issue?

Comment From: scottfrederick

@jongwooo I've assigned the issue to you. Please let us know if you have any questions.

Comment From: scottfrederick

Closing in favor of #37070