The following is a report from Alex B.
Browser: Firefox 60.1.0esr (32-bit) on Windows 7 SP1 (OBI)
1. Visit https://download.java.net/java/early_access/jdk11/docs/api/
2. Search `List.of` and pick `java.util.List.of(E)` from dropdown.
3. Browser jumps correctly to https://download.java.net/java/early_access/jdk11/docs/api/java.base/java/util/List.html#of(E) -- see attached screenshot.
4. On that page, search `List.of` again, and pick `java.util.List.of(E,E,E,E,E,E,E,E,E,E)` from dropdown (the first heavily overloaded method, with 10 parameters).
5. Browser jumps incorrectly to https://download.java.net/java/early_access/jdk11/docs/api/java.base/java/util/List.html# -- see attached screenshot.
Alex