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 46e26e06 Fix broken Introduction links on the cli doc site (#417)
46e26e06 is described below

commit 46e26e06a6acda3adb8d7188e14e0b0ee9bcb404
Author: Elric <[email protected]>
AuthorDate: Sun Nov 30 21:49:32 2025 +0100

    Fix broken Introduction links on the cli doc site (#417)
---
 src/site/xdoc/index.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 63d7df6f..81bf52a2 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,13 +58,13 @@ usage: ls
  -C                       list entries by columns
       </source>
       <p>
-        Check out the <a href="introduction.html">introduction</a> page for a 
detailed presentation.
+        Check out the <a 
href="apidocs/index.html#Introducing">introduction</a> page for a detailed 
presentation.
       </p>
     </section>
 
     <section name="Documentation">
       <p>
-        A full <a href="introduction.html">User's Guide</a> is available
+        A full <a href="apidocs/index.html">User's Guide</a> is available
         as are various <a href="project-reports.html">project reports</a>.
       </p>
       <p>

Reply via email to