You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/12/19 03:11:23 UTC

[logging-chainsaw] 02/03: Fixed links in site xml

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

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 14a98f184148119a75d29b16f910ae73e4b696f7
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Dec 18 22:09:41 2022 -0500

    Fixed links in site xml
---
 src/site/site.xml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 1a67b38..50a34b6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,24 +23,17 @@
     <href>http://logging.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <name>Apache log4j</name>
+    <name>Apache Chainsaw</name>
     <src>images/logo.png</src>
-    <href>https://logging.apache.org/log4j/2.x/</href>
+    <href>https://logging.apache.org/chainsaw/</href>
   </bannerRight>
   <body>
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/" />
 	  <item name="Logging Services" href="http://logging.apache.org/" />
-	  <item name="Chainsaw" href="http://logging.apache.org:80/chainsaw/" />
+	  <item name="Chainsaw" href="https://logging.apache.org/chainsaw/" />
     </breadcrumbs>
 
-	<menu name="Get Chainsaw">
-	   <item name="Download" href="/download.html"/>
-	   <item name="Changes" href="/changes-report.html"/>
-	   <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"/>
-	   <item name="Important Distribution Notes" href="/distributionnotes.html" />
-	</menu>
-
     <menu name="About Chainsaw">
       <item name="Introduction" href="/index.html"/>
 	  <item name="Quick Tour" href="/quicktour.html" />
@@ -49,6 +42,14 @@
 	  <item name="JavaDoc" href="/apidocs/index.html"/>
    </menu>
 
+	<menu name="Get Chainsaw">
+	   <item name="Download" href="/download.html"/>
+	   <item name="Changes" href="/changes-report.html"/>
+	   <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"/>
+	   <item name="Important Distribution Notes" href="/distributionnotes.html" />
+	</menu>
+
+
   <menu name="Manual">
     <item name="Viewing Log Events" href="/viewing-log-events.html"/>
     <item name="Colorizing Output" href="/colorizing-output.html" />