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-pool.git
commit 34c75cb6ab668cf1107be9dbdd00a63c68161d09 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 31 15:05:38 2020 -0400 Better Javadoc Archives. --- src/site/site.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index b152d43..275addb 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,19 +24,20 @@ <body> <menu name="Pool"> - <item name="Overview" href="/index.html"/> - <item name="Javadoc" href="/apidocs/index.html"/> - <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/latest/index.html"/> - <item name="Examples" href="/examples.html"/> - <item name="Downloads" href="/download_pool.cgi"/> - <item name="Wiki" href="http://wiki.apache.org/commons/Pool"/> + <item name="Overview" href="/index.html"/> + <item name="Javadoc" href="/apidocs/index.html"/> + <item name="Javadoc 2.x Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/latest/index.html"/> + <item name="Javadoc 1.x Archive" href="https://javadoc.io/doc/commons-pool/commons-pool/latest/index.html"/> + <item name="Examples" href="/examples.html"/> + <item name="Downloads" href="/download_pool.cgi"/> + <item name="Wiki" href="http://wiki.apache.org/commons/Pool"/> </menu> <menu name="Development"> - <item name="Mailing Lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Source Repository" href="/scm.html"/> - <item name="Javadoc latest" href="apidocs/index.html"/> + <item name="Mailing Lists" href="/mail-lists.html"/> + <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Source Repository" href="/scm.html"/> + <item name="Javadoc latest" href="apidocs/index.html"/> </menu> </body>