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


The following commit(s) were added to refs/heads/master by this push:
     new 4a764421 Normalize main menu
4a764421 is described below

commit 4a7644217b6ccdbee1fd43299cc9bf240e8e8ee7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 22 13:00:45 2025 -0500

    Normalize main menu
---
 src/site/site.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index a8ee38c4..be5933d5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,18 +25,18 @@
   <body>
     <menu name="Commons Codec">
       <!-- Start: For all components. -->
-      <item name="About" href="index.html" />
+      <item name="About" href="/index.html" />
       <item name="Asking Questions" href="/mail-lists.html" />
       <item name="Release History" href="/changes.html" />
       <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" href="/security.html" />
       <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"; 
/>
       <item name="Code of Conduct" 
href="https://www.apache.org/foundation/policies/conduct.html"; />
-      <item name="Download" 
href="https://commons.apache.org/codec/download_codec.cgi"; />
+      <item name="Download" href="/download_codec.cgi" />
       <item name="Javadoc">
-        <item name="Javadoc Current" href="apidocs/index.html" />
+        <item name="Javadoc Current" href="/apidocs/index.html" />
         <item name="Javadoc Archive" 
href="https://javadoc.io/doc/commons-codec/commons-codec"; />
       </item>
       <!-- End: For all components. -->

Reply via email to