You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/19 14:24:32 UTC

(commons-logging) 09/14: Point to Javadoc archives

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-logging.git

commit 8dad62f6e890287df97ccdb101fffb3ad450c45b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 19 09:13:42 2023 -0500

    Point to Javadoc archives
---
 src/site/site.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index ede4b25..35aa871 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -32,8 +32,7 @@
       <item name="Troubleshooting Guide" href="/troubleshooting.html" />
       <item name="Release Notes" href="/RELEASE-NOTES.txt" />
       <item name='Javadoc (Latest release)' href='/javadocs/api-release/index.html' />
-      <item name='Javadoc (v1.1.3)' href='/javadocs/api-1.1.3/index.html' />
-      <item name='Javadoc (v1.0.4)' href='/javadocs/api-1.0.4/index.html' />
+      <item name='Javadoc Archive' href='https://javadoc.io/doc/commons-logging/commons-logging' />
     </menu>
     <menu name="Development">
       <item name="Building" href="/building.html" />