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


The following commit(s) were added to refs/heads/master by this push:
     new 81b5f764 Fix Javadoc archive link
81b5f764 is described below

commit 81b5f7645e3426aebf855df439657abbb768f645
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 11:29:29 2025 -0500

    Fix Javadoc archive link
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 907eb40d..ca1b03ba 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -39,7 +39,7 @@
       <item name="Download" 
href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi"; />
       <item name="Javadoc">
         <item name="Javadoc Current" href="apidocs/index.html" />
-        <item name="Javadoc Archive" 
href="https://javadoc.io/doc/org.apache.bcel/bcel/"; />
+        <item name="Javadoc Archive" 
href="https://javadoc.io/doc/commons-cli/commons-cli/"; />
       </item>
       <!-- End: For all components. -->
     </menu>

Reply via email to