Author: mbenson Date: Mon Mar 17 07:17:59 2014 New Revision: 1578253 URL: http://svn.apache.org/r1578253 Log: rework Javadocs availability
Modified: commons/proper/weaver/trunk/src/site/markdown/index.md commons/proper/weaver/trunk/src/site/site.xml Modified: commons/proper/weaver/trunk/src/site/markdown/index.md URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/markdown/index.md?rev=1578253&r1=1578252&r2=1578253&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/site/markdown/index.md (original) +++ commons/proper/weaver/trunk/src/site/markdown/index.md Mon Mar 17 07:17:59 2014 @@ -28,6 +28,8 @@ classes. Occasionally, however, our only class files. It is these situations which Apache Commons Weaver was designed to address. +Latest API documentation is [here](apidocs/index.html). + Apache Commons Weaver consists of: ## Core Framework Modified: commons/proper/weaver/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/site.xml?rev=1578253&r1=1578252&r2=1578253&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/site/site.xml (original) +++ commons/proper/weaver/trunk/src/site/site.xml Mon Mar 17 07:17:59 2014 @@ -23,16 +23,17 @@ </bannerRight> <body> <menu name="Commons Weaver"> - <item name="Overview" href="/index.html"/> - <item name="Download" href="/download_weaver.cgi"/> - <item name="Javadoc (${project.version})" href="apidocs/index.html"/> - <item name="Mailing lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Overview" href="/index.html" /> + <item name="Download" href="/download_weaver.cgi" /> + <item name="Javadoc (${commons.release.version})" + href="javadocs/${commons.release.version}/index.html" /> + <item name="Mailing lists" href="/mail-lists.html" /> + <item name="Issue Tracking" href="/issue-tracking.html" /> </menu> <menu name="Development"> - <item name="Team" href="/team-list.html"/> - <item name="SVN" href="/source-repository.html"/> - <item name="Building" href="/building.html"/> + <item name="Team" href="/team-list.html" /> + <item name="SVN" href="/source-repository.html" /> + <item name="Building" href="/building.html" /> </menu> </body> </project>