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 d09bffe9 Fix up references
d09bffe9 is described below
commit d09bffe9bd4d46f4c3af209d5e85791a973db7c0
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 29 16:01:38 2025 -0400
Fix up references
---
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 a084606a..4a368be1 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -64,7 +64,7 @@ limitations under the License.
<code>Options</code>.
</p>
<p>
- The <a href="usage.html">Usage Scenarios</a> document provides
+ The <a href="#Using">Usage Scenarios</a> document provides
examples how to create an <code>Options</code> object and also
provides some real world examples.
</p>