You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/06/29 01:57:00 UTC

[pulsar] branch master updated: [feature][doc] Add links for badges in README

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

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a3fcf093eb [feature][doc] Add links for badges in README
3a3fcf093eb is described below

commit 3a3fcf093eb1c3c9f0bb2fed8c5925002455f386
Author: Mercurio <32...@users.noreply.github.com>
AuthorDate: Wed Jun 29 09:56:52 2022 +0800

    [feature][doc] Add links for badges in README
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 60b3594f465..a0246fafab7 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@
 
 ![logo](site2/website/static/img/pulsar.svg)
 
-![unit test](https://img.shields.io/github/workflow/status/apache/pulsar/CI%20-%20Unit?label=unit%20test)
-![docker build](https://img.shields.io/github/workflow/status/apache/pulsar/CI%20-%20Docker%20Build?label=docker%20build)
-![contributors](https://img.shields.io/github/contributors-anon/apache/pulsar)
-![last commit](https://img.shields.io/github/last-commit/apache/pulsar)
-![release](https://img.shields.io/github/v/release/apache/pulsar)
-![release date](https://img.shields.io/github/release-date/apache/pulsar)
-![downloads](https://img.shields.io/github/downloads/apache/pulsar/total)
+[![unit test](https://img.shields.io/github/workflow/status/apache/pulsar/CI%20-%20Unit?label=unit%20test)](https://github.com/apache/pulsar/actions/workflows/ci-unit.yaml)
+[![docker build](https://img.shields.io/github/workflow/status/apache/pulsar/CI%20-%20Docker%20Build?label=docker%20build)](https://hub.docker.com/r/apachepulsar/pulsar)
+[![contributors](https://img.shields.io/github/contributors-anon/apache/pulsar)](https://github.com/apache/pulsar/graphs/contributors)
+[![last commit](https://img.shields.io/github/last-commit/apache/pulsar)](https://github.com/apache/pulsar/commits/master)
+[![release](https://img.shields.io/github/v/release/apache/pulsar)](https://github.com/apache/pulsar/releases)
+[![release date](https://img.shields.io/github/release-date/apache/pulsar)](https://github.com/apache/pulsar/releases)
+[![downloads](https://img.shields.io/github/downloads/apache/pulsar/total)](https://pulsar.apache.org/download/)
 
 Pulsar is a distributed pub-sub messaging platform with a very
 flexible messaging model and an intuitive client API.