vy commented on code in PR #145:
URL: https://github.com/apache/logging-log4net/pull/145#discussion_r1574480904


##########
src/site/site.xml:
##########
@@ -28,8 +28,8 @@
 
     <menu name="Apache log4net" inherit="top" img="icon-home">
       <item name="About" href="/index.html"/>
-      <item name="Download" href="/download_log4net.html"/>
-      <item name="Security Reports" href="/release/security-reports.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Support" href="../support.html" />

Review Comment:
   ```suggestion
         <item name="Download" href="https://logging.apache.org/download.html"/>
         <item name="Support" href="https://logging.apache.org/support.html"; />
   ```



##########
src/site/site.xml:
##########
@@ -28,8 +28,8 @@
 
     <menu name="Apache log4net" inherit="top" img="icon-home">
       <item name="About" href="/index.html"/>

Review Comment:
   Checking the `target/site` output of the `mvn site` execution, figured 
`maven-site-plugin` replaces `/` with relative paths.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to