When I search Groovy javadocs (groovydocs, whatever) I find it in Google, but they all redirect to a kind of Groovy splash page saying how good Groovy is. For example, when I search "groovy uribuilder api" the link reads:
http://groovy.codehaus.org/modules/http-builder/apidocs/groovyx/net/http/URIBuilder.html
but that link redirects to:
http://beta.groovy-lang.org/modules/http-builder/apidocs/groovyx/net/http/URIBuilder.html
I can look at Google's cached version to get the real API documentation, but I'm worried that at some point this will disappear and I'll be stranded with half-finished Groovy code and no documentation. Is there a new root for Groovy documentation hosted anywhere?
Thank you
Update: the docs have reappeared, but the answers are nonetheless good info.
The root I've been using is http://beta.groovy-lang.org/api.html
I believe this change happened over the past couple months, as I was using groovy.codehause.org documentation before.