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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8c1a2ff6e07 MINOR: fix links for badges (#18186)
8c1a2ff6e07 is described below

commit 8c1a2ff6e07819ee97e986bc6111c6e6e6876243
Author: David Arthur <[email protected]>
AuthorDate: Sat Dec 14 15:51:07 2024 -0500

    MINOR: fix links for badges (#18186)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 059e89b5844..aa615d70fd1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 Apache Kafka
 =================
 
-![CI](https://github.com/apache/kafka/actions/workflows/ci.yml/badge.svg?branch=trunk&event=push)
-![Flaky Test 
Report](https://github.com/apache/kafka/actions/workflows/generate-reports.yml/badge.svg?branch=trunk&event=schedule)
+[![CI](https://github.com/apache/kafka/actions/workflows/ci.yml/badge.svg?branch=trunk&event=push)](https://github.com/apache/kafka/actions/workflows/ci.yml?query=event%3Apush+branch%3Atrunk)
+[![Flaky Test 
Report](https://github.com/apache/kafka/actions/workflows/generate-reports.yml/badge.svg?branch=trunk&event=schedule)](https://github.com/apache/kafka/actions/workflows/generate-reports.yml?query=event%3Aschedule+branch%3Atrunk)
 
 See our [web site](https://kafka.apache.org) for details on the project.
 

Reply via email to