You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/12/30 18:03:48 UTC

[logging-log4j-kotlin] branch master updated: Fix build badge link

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b469a4  Fix build badge link
3b469a4 is described below

commit 3b469a45c346c01657d23c492b20c7437825a51e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Dec 30 12:03:45 2018 -0600

    Fix build badge link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bf298d0..4197374 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ default logging implementation, but this is not strictly required (e.g., this AP
 or other Log4j 2 API provider implementations). Idiomatic Kotlin features are provided as an alternative to using
 the Log4j 2 Java API.
 
-[![Build Status](https://builds.apache.org/buildStatus/icon?job=Log4jKotlin)](https://builds.apache.org/job/Log4jKotlin)
+[![Build Status](https://builds.apache.org/job/Log4jKotlin/job/master/badge/icon)](https://builds.apache.org/job/Log4jKotlin/job/master/)
 
 ## Usage