Publish javadoc and clirr api changes report
diff --git a/download/_index.html b/download/_index.html
index 528d936..796b461 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -3,6 +3,8 @@
 <li><a href="http://download.eclipse.org/jgit/maven/org/eclipse/jgit/org.eclipse.jgit/@VERSION@/org.eclipse.jgit-@VERSION@.jar">org.eclipse.jgit.jar</a> (Raw API library)</li>
 <li><a href="http://download.eclipse.org/jgit/maven/org/eclipse/jgit/org.eclipse.jgit/@VERSION@/org.eclipse.jgit-@VERSION@-javadoc.jar">org.eclipse.jgit-javadoc.jar</a> (JavaDoc archive)</li>
 <li><a href="http://download.eclipse.org/jgit/maven/org/eclipse/jgit/org.eclipse.jgit.pgm/@VERSION@/org.eclipse.jgit.pgm-@VERSION@.sh">jgit.sh</a> (Self-contained command line executable)</li>
+<li><a href="http://download.eclipse.org/jgit/docs/jgit-@VERSION@/apidocs/index.html">org.eclipse.jgit JavaDoc</a> (online JavaDoc)</li>
+<li><a href="http://download.eclipse.org/jgit/docs/jgit-@VERSION@/api-changes/index.html">JGit API changes since 1.3</a> (online Clirr API changes report)</li>
 </ul>
 
 Find the list of older JGit versions <a href="http://wiki.eclipse.org/JGit/FAQ#How_to_inspect_the_git_index">here</a>.