You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/06/23 19:57:05 UTC

[logging-log4j2] branch 2.x updated: added old and new issues to menu bar

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

grobmeier pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 83bba1bc32 added old and new issues to menu bar
83bba1bc32 is described below

commit 83bba1bc322e80e7e95edbebc2383f2724dbe0de
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Fri Jun 23 21:56:56 2023 +0200

    added old and new issues to menu bar
---
 src/site/site.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index 7c771099b5..df3d5023b3 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -44,6 +44,8 @@
     <menu name="Apache Log4j™ 2" inherit="top" img="img/glyphicons/home.png">
       <item name="About" href="/index.html"/>
       <item name="Download" href="/download.html"/>
+      <item name="Issues" href="https://github.com/apache/logging-log4j2/issues"/>
+      <item name="Issues (Read-Only)" href="https://issues.apache.org/jira/projects/LOG4J2/issues/" />
       <item name="Javadoc" href="/javadoc.html"/>
       <item name="Maven, Ivy, Gradle Artifacts" href="/maven-artifacts.html" collapse="true">
         <item name="Maven" href="/maven-artifacts.html#Using_Log4j_in_your_Apache_Maven_build" />