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


The following commit(s) were added to refs/heads/master by this push:
     new cc540171 Normalize site hrefs
cc540171 is described below

commit cc5401715f1de66044f31d14fa71e98299f138fa
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 21 08:53:10 2025 -0500

    Normalize site hrefs
---
 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 d8fca739..377e2601 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,18 +25,18 @@
   <body>
     <menu name="Commons BeanUtils">
       <!-- 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/beanutils/download_beanutils.cgi"; />
+      <item name="Download" href="/download_beanutils.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/org.apache.commons/commons-beanutils2"; />
       </item>
       <!-- End: For all components. -->

Reply via email to