Repository: logging-log4j2 Updated Branches: refs/heads/master 1a49066ce -> 7e7f08bec
Renamed Articles to Articles and Tutorials Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7e7f08be Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7e7f08be Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7e7f08be Branch: refs/heads/master Commit: 7e7f08becce7af6ef8666f6ce41dcbe7c41e011d Parents: 1a49066 Author: rpopma <[email protected]> Authored: Tue Jan 3 17:21:40 2017 +0900 Committer: rpopma <[email protected]> Committed: Tue Jan 3 17:21:40 2017 +0900 ---------------------------------------------------------------------- src/site/site.xml | 2 +- src/site/xdoc/articles.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e7f08be/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 9fcae98..4ae1459 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -52,7 +52,7 @@ <item name="Filtering Comparison" href="/performance.html#filtering" /> <item name="Trade-offs" href="/performance.html#tradeoffs" /> </item> - <item name="Articles" href="/articles.html"/> + <item name="Articles and Tutorials" href="/articles.html"/> <item name="Thanks" href="/thanks.html"/> </menu> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e7f08be/src/site/xdoc/articles.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/articles.xml b/src/site/xdoc/articles.xml index 042c85a..7eafd34 100644 --- a/src/site/xdoc/articles.xml +++ b/src/site/xdoc/articles.xml @@ -18,14 +18,14 @@ <document> <properties> - <title>Articles</title> + <title>Articles and Tutorials</title> <author email="[email protected]">Gary Gregory</author> </properties> <body> - <section name="Articles"> + <section name="Articles and Tutorials"> <p> - A collection of articles about Log4j 2. + A collection of articles and tutorials about Log4j 2. </p> <a name="Chinese" /> <subsection name="Chinese"> @@ -54,7 +54,7 @@ </subsection> <a name="English"/> <subsection name="English"> - <ul> + <ul> <li> <a href="https://garygregory.wordpress.com/2016/11/27/loading-a-log4j-configuration-for-a-specific-ejb/"> Loading a Log4j Configuration for a specific EJB</a>
