cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2020-11-25T20:08:29.105Z

Does anybody know how to get javadoc to actually work? It tries to open a url such as "http://org/lwjgl/glfw/GLFW.html#glfwDestroyWindow(long)", which is clearly not a real url.

2020-11-25T20:14:35.105900Z

A little source diving takes me to (nrepl-dict-get info "javadoc") giving back a url, but I'm not sure where that's coming from.