Add JavaDoc API references and minor fixes
diff --git a/content/odftoolkit/conformance/ODFValidator.mdtext b/content/odftoolkit/conformance/ODFValidator.mdtext
index f8187e5..49f7201 100644
--- a/content/odftoolkit/conformance/ODFValidator.mdtext
+++ b/content/odftoolkit/conformance/ODFValidator.mdtext
@@ -293,12 +293,12 @@
 
   [1]: http://odf-validator.rhcloud.com/
   [2]: http://www.opendocsociety.org/
-  [3]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
-  [4]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
-  [5]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html
-  [6]: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum
+  [3]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
+  [4]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
+  [5]: http://docs.oracle.com/javase/8/docs/api/java/util/Properties.html
+  [6]: http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum
   [7]: http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office
   [8]: https://msv.dev.java.net/
   [9]: https://isorelax-jaxp-bridge.dev.java.net
   [10]: http://xml.apache.org/dist/xerces-j/
-  [11]: http://odftoolkit.org/projects/conformancetools/sources/odf-validator-src/show
+  [11]: http://svn.apache.org/viewvc/incubator/odf/trunk/validator/
diff --git a/content/odftoolkit/odfdom/index.mdtext b/content/odftoolkit/odfdom/index.mdtext
index e81c471..8c96861 100644
--- a/content/odftoolkit/odfdom/index.mdtext
+++ b/content/odftoolkit/odfdom/index.mdtext
@@ -2,7 +2,7 @@
 
 ODFDOM is a free OpenDocument Format (ODF) library. Its purpose is to provide an easy common way to create, access and manipulate ODF files, without requiring detailed knowledge of the ODF specification. It is designed to provide the ODF developer community with an easy lightwork programming API portable to any object-oriented language.
 
-The current reference implementation is written in Java.
+The current reference implementation is written in Java (see [JavaDoc](odftoolkit/0.6.2-incubating/odfdom/)). 
 
 To learn more about the project's architecture, refer to the [project overview][1] and the [ODFDOM Layers][2] section.
 
@@ -25,7 +25,7 @@
 
 A good starting point is reading [the project overview][21] and [the ODFDOM Layers][22] will help you to get an overview over the ODFDOM package structure.
 
-Javadocs are [viewable online][23] or [downloadable as bundle][24] from the official Maven repository.
+Access [JavaDocs online][23] or [JavaDoc as bundle][24] from the official Apache repository.
 
 There are [David's ODFDOM tutorials][25]. You'll find an introduction as well as sample code for creating text and spreadsheet documents. (Note: The tutorials might not yet be adapted to the latest version).
 
@@ -45,7 +45,7 @@
   [20]: http://xml.apache.org/dist/xerces-j/
   [21]: ProjectOverview.html
   [22]: Layers.html
-  [23]: /odftoolkit/mvn-site/0.6.2-incubating/odfdom/apidocs/
+  [23]: /odftoolkit/0.6.2-incubating/odfdom/
   [24]: http://www.apache.org/dist/incubator/odftoolkit/docs/
   [25]: http://www.langintro.com/odfdom_tutorials/
   [26]: FrequentQuestions.html
diff --git a/content/odftoolkit/simple/index.mdtext b/content/odftoolkit/simple/index.mdtext
index a1c93c2..81700f2 100644
--- a/content/odftoolkit/simple/index.mdtext
+++ b/content/odftoolkit/simple/index.mdtext
@@ -1,4 +1,4 @@
-Title: Apache ODF Toolkit(Incubating) - Simple API 
+Title: Apache ODF Toolkit(Incubating) - Simple API
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -38,7 +38,7 @@
 Where can I get Simple API?
 ---------------------------
 
-You can go to [downloads page][10]. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.  
+You can go to [downloads page][10]. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.
 If you need the earlier versions before moved to Apache, please download [here][15].
 
 Need More Infomation?
@@ -48,7 +48,7 @@
 
 If you want to report a bug, please create issue on our [JIRA][12].
 
-If you want to contribute code, please read the [developer guide document][13], which introduces how to build the development environment.   
+If you want to contribute code, please read the [developer guide document][13], which introduces how to build the development environment.
 
 If you want to dive into this project, please reference the [document page][14], which lists lots of useful materials.
 
@@ -61,9 +61,9 @@
   [6]: gettingstartguide.html
   [7]: document/cookbook/index.html
   [8]: demo/index.html
-  [9]: /odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/index.html
+  [9]: /odftoolkit/0.6.2-incubating/simple/index.html
   [10]: ../downloads.html
-  [11]: mailto:devinhan@apache.org
+  [11]: mailto:odf-dev@incubator.apache.org
   [12]: https://issues.apache.org/jira/browse/ODFTOOLKIT
   [13]: http://incubator.apache.org/odftoolkit/simple/document/faq.html
   [14]: document/index.html
diff --git a/content/odftoolkit/xsltrunner/Home.mdtext b/content/odftoolkit/xsltrunner/Home.mdtext
index ae01323..ce48534 100644
--- a/content/odftoolkit/xsltrunner/Home.mdtext
+++ b/content/odftoolkit/xsltrunner/Home.mdtext
@@ -1,6 +1,7 @@
 Title: ODF Conformance and other Tools
 
 This project develops tools for checking [ODF][1] conformance as well as tools that simplify the processing of ODF documents.
+[Online JavaDoc is available](odftoolkit/0.6.2-incubating/odfvalidator/)
 
 Conformance Tools
 -----------------
@@ -15,9 +16,10 @@
 
 Other tools for processing ODF documents.
 
- - **ODF XSLT Runner**: A tools that simplifies the application of XSLT stylesheets to ODF documents.
+ - **ODF XSLT Runner**: A tools that simplifies the application of XSLT stylesheets to ODF documents. [Online JavaDoc is available](odftoolkit/0.6.2-incubating/xslt-runner/)
+
  - **ODF XSLT Runner Task**: An Ant task for the application of XSLT stylesheets to ODF documents.
 
 
   [1]: http://www.oasis-open.org/committees/office
-  [2]: http://tools.odftoolkit.org/odfvalidator
\ No newline at end of file
+  [2]: http://tools.odftoolkit.org/odfvalidator