This is an automated email from the ASF dual-hosted git repository.

aherbert 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 17de5800 COMMONSSITE-189: Correct download link to BCEL
17de5800 is described below

commit 17de58009bf9dada031a7b3891014c6de5a089bf
Author: Alex Herbert <[email protected]>
AuthorDate: Sun May 17 08:30:29 2026 +0100

    COMMONSSITE-189: Correct download link to BCEL
---
 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 ca1b03ba..0d8b667e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -36,7 +36,7 @@
       <item name="Security" href="security.html" />
       <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"; 
/>
       <item name="Code of Conduct" 
href="https://www.apache.org/foundation/policies/conduct.html"; />
-      <item name="Download" 
href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi"; />
+      <item name="Download" 
href="https://commons.apache.org/proper/commons-cli/download_cli.cgi"; />
       <item name="Javadoc">
         <item name="Javadoc Current" href="apidocs/index.html" />
         <item name="Javadoc Archive" 
href="https://javadoc.io/doc/commons-cli/commons-cli/"; />

Reply via email to