Hi, Mandy.
I rechecked this fix on top of JDK-8150681, and found that the jar/jar.html
was not copied to the "/images/docs/specs/« but for example «serialization» is
copied.
>> - The links to a.html were changed to «{@docRoot}/specs/jar.html» see
>> JDK-8150681
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8181894
>> <https://bugs.openjdk.java.net/browse/JDK-8181894>
>> Webrev can be found at: http://cr.openjdk.java.net/~serb/8181894/webrev.00
>> <http://cr.openjdk.java.net/~serb/8181894/webrev.00>
>>
>
> + * <a href="{@docRoot}/specs/jar.html">JAR File Specification</a>.
> This should be
>
> <a href="{@docRoot}/specs/jar/jar.html">
>
> You should do a build to verify.
> Mandy