From 01954ccdd16b6376ff4900076f20e54989d27cfc Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 4 Apr 2011 23:38:59 -0700 Subject: [PATCH] Combine overview and documentation. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index de3a4de9..3e73c68e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Theses packages contain utility routines that you may find useful: * [com.samskivert.xml] - extensions to [Commons Digester](http://commons.apache.org/digester/). +The main Javadoc index can be found +[here](http://samskivert.github.com/samskivert/apidocs/). + Building -------- @@ -69,12 +72,6 @@ Invoke Maven with any of the following targets: mvn package: builds the code and creates target/samskivert-X.X.jar mvn install: builds and installs samskivert into your local Maven repository -Documentation -------------- - -Javadoc documentation is available -[here](http://samskivert.github.com/samskivert/apidocs/). - Artifacts ---------