You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/09/26 18:16:51 UTC

git commit: LOG4J2-861 Documentation: fix broken links on left navigation Extending Log4j Configuration sub-menu.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0f716afa8 -> f12ef1580


LOG4J2-861 Documentation: fix broken links on left navigation Extending
Log4j Configuration sub-menu.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f12ef158
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f12ef158
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f12ef158

Branch: refs/heads/master
Commit: f12ef1580cd33fd704a5fa90d19f6f43c130a944
Parents: 0f716af
Author: rpopma <rp...@apache.org>
Authored: Sat Sep 27 01:16:54 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Sep 27 01:16:54 2014 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 src/site/site.xml       | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f12ef158/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f08b6dd..f7d951e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-861" dev="rpopma" type="fix">
+        Documentation: fix broken links on left navigation Extending Log4j Configuration sub-menu.
+      </action>
       <action issue="LOG4J2-856" dev="rpopma" type="add">
         Documentation: add sections on the JUL Adapter, IO Streams and NoSQL Appenders to the Maven and Ivy page.
       </action>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f12ef158/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 8b62c1d..ffcc5d1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -176,8 +176,8 @@
       </item>
 
       <item name="Extending Log4j Configuration" href="/manual/customconfig.html" collapse="true">
-        <item name="ConfigurationFactory" href="/manual/custom.config#ConfigurationFactory"/>
-        <item name="Manual" href="/manual/custom.config#AddingToCurrent"/>
+        <item name="ConfigurationFactory" href="/manual/customconfig.html#ConfigurationFactory"/>
+        <item name="Manual" href="/manual/customconfig.html#AddingToCurrent"/>
       </item>
 
       <item name="Custom Log Levels" href="/manual/customloglevels.html" collapse="true">