Repository: logging-log4j2 Updated Branches: refs/heads/master 2b910faef -> 2b4917014
Fix nice links in README.md Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2b491701 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2b491701 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2b491701 Branch: refs/heads/master Commit: 2b4917014c2d52a065cac566b09fae5d8923c89a Parents: 2b910fa Author: Mikael Ståldal <[email protected]> Authored: Fri Sep 15 21:11:03 2017 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Fri Sep 15 21:11:03 2017 +0200 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2b491701/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e63cd7f..07b23a1 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture. -[](https://builds.apache.org/job/Log4j%202.x/) +[](https://builds.apache.org/job/Log4j%202.x/) [](https://travis-ci.org/apache/logging-log4j2) -[](https://coveralls.io/github/apache/logging-log4j2?branch=master) +[](http://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api) ## Usage
