Today, I tried google-searching for "LinkedList se 9" which sent me to http://download.java.net/jdk9/docs/api/java/util/LinkedList.html?is-external=true which gives me 404. That's an improvement on the stale +104 docs, and should prod Google's engine into learning about better docs, but it may still take a while. Redirection could be improved. I tried "binging" "LinkedList se 9" and it gave me the same result.
Like I always say, populate the final jdk 9 docs directory from the very first EA build! On Fri, Apr 29, 2016 at 1:57 AM, Alan Bateman <alan.bate...@oracle.com> wrote: > > On 27/04/2016 12:26, Martin Buchholz wrote: >> >> I think the jdk9 docs have moved (again, grrrr - I complain about this >> sort of thing every release) and so a google search for "package class >> se 9" only finds the old one +104 at >> http://download.java.net/jdk9/docs/api/java/lang/Package.html >> Why can't there be a redirect instead of leaving the old docs in place? >> > The infrastructure that publishes the builds and docs on java.net is several > steps removed from most of us here but from what I understand, the stale > docs have been purged and a redirect from the old location to the new > location is in place. > > When I search for "jdk 9 docs" now then Google serves up this link > http://download.java.net/jdk9/docs/api/index.html?help-doc.html > > and I get redirected to the docs at: > http://download.java.net/java/jdk9/docs/api/index.html > > -Alan