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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git

commit 10b44518d73d5cefe2791881b734716be145b5ce
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 2 14:18:53 2026 -0400

    Fix HTML links
---
 src/main/java/org/apache/commons/xml/secure/package-info.java | 2 +-
 src/main/javadoc/overview.html                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/xml/secure/package-info.java 
b/src/main/java/org/apache/commons/xml/secure/package-info.java
index f94ac59..dbf5036 100644
--- a/src/main/java/org/apache/commons/xml/secure/package-info.java
+++ b/src/main/java/org/apache/commons/xml/secure/package-info.java
@@ -16,7 +16,7 @@
  */
 
 /**
- * <a href="https://commons.apache.org/xml";>Apache Commons Secure XML</a> 
provides secure-by-default JAXP factory creation for Java. A single method call
+ * <a href="https://commons.apache.org/secure-xml";>Apache Commons Secure 
XML</a> provides secure-by-default JAXP factory creation for Java. A single 
method call
  * returns a secure JAXP factory that can be used to <em>safely</em> parse XML 
files.
  * <p>
  * Every method returns <em>new, secure</em> factory instances. No caching or 
pooling is performed; callers on a hot path are responsible for their own 
caching.
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 37cc9e7..73677ed 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -19,13 +19,13 @@
 <title>Apache Commons Secure XML Overview</title>
 </head>
 <body>
-  <a href="https://commons.apache.org/xml";><img 
src="org/apache/commons/xml/secure/doc-files/logo.png" alt="Apache Commons 
Secure XML"> </a>
+  <a href="https://commons.apache.org/secure-xml";><img 
src="org/apache/commons/xml/secure/doc-files/logo.png" alt="Apache Commons 
Secure XML"> </a>
   <section id="apache-commons-secure-xml">
     <h1>
       <img src="org/apache/commons/xml/secure/doc-files/leaf.svg" 
style="height: 1em; padding-right: 0.25em" alt="leaf">Apache Commons Secure XML
     </h1>
     <p>
-      <a href="https://commons.apache.org/xml";>Apache Commons Secure XML</a> 
is part of the <a href="https://commons.apache.org/index.html";>Apache 
Commons</a>
+      <a href="https://commons.apache.org/secure-xml";>Apache Commons Secure 
XML</a> is part of the <a href="https://commons.apache.org/index.html";>Apache 
Commons</a>
       project.
     </p>
     <p>Apache Commons Secure XML provides secure-by-default JAXP factory 
creation, abstracting over implementation-specific XXE securing differences 
between

Reply via email to