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


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

commit 5f797f9ae5ea480d761cf633e01369458abc1b5c
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 28 08:22:27 2025 -0500

    Normalize site href
---
 src/site/site.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6db168ea..0ca3fabf 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,31 +27,31 @@
   <body>
     <menu name="Commons BCEL">
       <!-- 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/proper/commons-bcel/download_bcel.cgi"; />
+      <item name="Download" href="/download_bcel.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.bcel/bcel/"; />
       </item>
       <!-- End: For all components. -->
       <!-- Specific to this component: -->
-      <item name="Manual" href="manual/manual.html">
-        <item name="Introduction" href="manual/introduction.html" />
-        <item name="The JVM" href="manual/jvm.html" />
-        <item name="The BCEL API" href="manual/bcel-api.html" />
-        <item name="Application areas" href="manual/application-areas.html" />
-        <item name="Appendix" href="manual/appendix.html" />
+      <item name="Manual" href="/manual/manual.html">
+        <item name="Introduction" href="/manual/introduction.html" />
+        <item name="The JVM" href="/manual/jvm.html" />
+        <item name="The BCEL API" href="/manual/bcel-api.html" />
+        <item name="Application areas" href="/manual/application-areas.html" />
+        <item name="Appendix" href="/manual/appendix.html" />
       </item>
-      <item name="FAQ" href="faq.html" />
-      <item name="Used by" href="projects.html" />
+      <item name="FAQ" href="/faq.html" />
+      <item name="Used by" href="/projects.html" />
     </menu>
   </body>
 </site>

Reply via email to