GWT version: GWT 2.11.0
Browser (with version): n/a
Operating System: any
Description
Links to the original class in the JRE do not include their module component, so they do not resolve correctly. See gwtproject/gwt-site@88cf571 for examples of manual corrections to point to java.base, java.logging, java.desktop, etc as needed.
Steps to reproduce
Run ant doc. Examine generated output in build/out/doc/emul-ezt/fragment.html - links all lead to 404.
Links to further discussions
Discovered checking gwtproject/gwt-site#358 for the 2.11.0 release.