Documentation: small improvements.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1c5754d0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1c5754d0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1c5754d0 Branch: refs/heads/LOG4J2-89 Commit: 1c5754d0413513c0a5ea630f73f40ce78cc53599 Parents: 494c04d Author: rpopma <[email protected]> Authored: Wed Nov 11 21:12:45 2015 +0900 Committer: Ralph Goers <[email protected]> Committed: Fri Nov 20 17:39:22 2015 -0700 ---------------------------------------------------------------------- log4j-core/src/site/xdoc/index.xml | 2 +- src/site/xdoc/runtime-dependencies.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1c5754d0/log4j-core/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/log4j-core/src/site/xdoc/index.xml b/log4j-core/src/site/xdoc/index.xml index 16d3ec9..76f02c2 100644 --- a/log4j-core/src/site/xdoc/index.xml +++ b/log4j-core/src/site/xdoc/index.xml @@ -34,7 +34,7 @@ <p> As of version 2.4, Log4j 2 requires Java 7. Versions 2.3 and earlier require Java 6. Some features may require optional - <a href="dependencies.html">dependencies</a>. These dependencies are specified in the + <a href="../runtime-dependencies.html">dependencies</a>. These dependencies are specified in the documentation for those features. </p> <p> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1c5754d0/src/site/xdoc/runtime-dependencies.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml index b9cb0a0..ba7273b 100644 --- a/src/site/xdoc/runtime-dependencies.xml +++ b/src/site/xdoc/runtime-dependencies.xml @@ -93,7 +93,7 @@ <td>a JMS broker like <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td> </tr> <tr> - <td>Windows color support</td> + <td>Windows console color support</td> <td><a href="http://jansi.fusesource.org/">Jansi</a></td> </tr> <tr>
