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-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 819ab42  Don't use a link for root security item.
819ab42 is described below

commit 819ab4279ebe9f58db1b58b4e0b7035a04e82f5d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 08:26:59 2026 -0400

    Don't use a link for root security item.
---
 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 19ff96c..425f326 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -31,7 +31,7 @@
       <item name="Issue Tracking" href="/issue-management.html" />
       <item name="Dependency Management" href="/dependency-info.html" />
       <item name="Sources" href="/scm.html" />
-      <item name="Security" href="security.html">
+      <item name="Security">
        <item name="Security" href="security.html" />
         <item name="Threat Model" href="threat_model.html" />
       </item>

Reply via email to