-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
I just noticed the "Learning More" section of the top level README.md has the links to the javadoc and the dev guide reversed.
My suggestion is to go from this (expressed as raw markdown):
* [JavaDoc](http://docs.marklogic.com/guide/java)
* [User Guide](http://docs.marklogic.com/javadoc/client/index.html)To this:
* [Java Application Developer's Guide](http://docs.marklogic.com/guide/java)
* [JavaDoc](http://docs.marklogic.com/javadoc/client/index.html)