RFR: JDK-8186684: Fix broken links in java.base API docs

mandy chung mandy.chung at oracle.com
Thu Aug 24 21:27:06 UTC 2017



On 8/24/17 1:26 PM, Jonathan Gibbons wrote:
> Fixed broken link in Configuration.java
>
> Webrev: http://cr.openjdk.java.net/~jjg/8186684/webrev.02/index.html
> API: http://cr.openjdk.java.net/~jjg/8186684/api.02/overview-summary.html
>
The fix looks good.  On the other hand, as we discussed offline, when we 
click on the link, <p id="service-binding"> appears on the top of the 
page covered by the header (in other words, the paragraph was not 
shown).  One workaround is to change <p id="service-binding"> to <p><a 
id="service-binding">.   Alan is planning to do some work in this 
documentation.  So this workaround is temporary and it seems to me it's 
better to workaround it until the doc is updated.  What do you think?

Mandy


More information about the core-libs-dev mailing list