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 1be4ff9e Use HTTPS in URL
1be4ff9e is described below
commit 1be4ff9e3cac4af47e661ed40c74cd922787f338
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:06:41 2025 -0500
Use HTTPS in URL
---
src/main/javadoc/overview.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 7d84a88b..6e2df12f 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -242,7 +242,7 @@ else {
<section>
<h1>Using Ant as an Example</h1>
<p>
- <a href="http://ant.apache.org/">Ant</a> will be used
+ <a href="https://ant.apache.org/">Ant</a> will be used
here to illustrate how to create the <code>Options</code> required.
The following
is the help output for Ant.
</p>