This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit eb4cb581c5d99c95e1373ec44c8528ab68d08cf1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 18 16:37:52 2020 -0400 Add link to Javadoc archive. --- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 961661a..2eda83b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -29,7 +29,8 @@ <item name="Overview" href="/index.html"/> <item name="Download and Build" href="/download.html"/> <item name="Using the API" href="/api.html"/> - <item name="API Javadocs" href="/commons-vfs2/apidocs/index.html"/> + <item name="Javadocs" href="/commons-vfs2/apidocs/index.html"/> + <item name="Javadocs Archive" href="https://javadoc.io/doc/org.apache.commons/commons-vfs2/latest/index.html"/> <item name="File Systems" href="/filesystems.html"/> <item name="Ant Tasks" href="/anttasks.html"/> <item name="Wiki" href="http://wiki.apache.org/commons/VFS"/>