Skip to content

Commit

Permalink
Fix the outdated badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed May 24, 2023
1 parent 25df0b0 commit e14846b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 43 deletions.
14 changes: 3 additions & 11 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache RocketMQ 客户端

[![License][license-image]][license-url] [![CPP][cpp-image]][cpp-url] [![C#][csharp-image]][csharp-url] [![Java][java-image]][java-url] [![Golang][golang-image]][golang-url] [![Rust][rust-image]][rust-url]
[![License][license-image]][license-url] [![Build][build-image]][build-url]

[English](README.md) | 简体中文 | [RocketMQ 官网](https://rocketmq.apache.org/)

Expand Down Expand Up @@ -52,13 +52,5 @@ git clone --recursive [email protected]:apache/rocketmq-clients.git

[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html
[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
[rust-image]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg
[rust-url]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml
[build-image]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

[![License][license-image]][license-url] [![CPP][cpp-image]][cpp-url] [![C#][csharp-image]][csharp-url] [![Java][java-image]][java-url] [![Golang][golang-image]][golang-url] [![Rust][rust-image]][rust-url]
[![License][license-image]][license-url] [![Build][build-image]][build-url]

English | [简体中文](README-CN.md) | [RocketMQ Website](https://rocketmq.apache.org/)

Expand Down Expand Up @@ -52,13 +52,5 @@ Similar to other projects of Apache RocketMQ, any attempt to make this project b

[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html
[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
[rust-image]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg
[rust-url]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml
[build-image]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml
4 changes: 1 addition & 3 deletions cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The C++ Implementation of Apache RocketMQ Client

[![CPP][cpp-image]][cpp-url] [![Codecov-cpp][codecov-cpp-image]][codecov-url]
[![Codecov-cpp][codecov-cpp-image]][codecov-url]

## Introduction

Expand Down Expand Up @@ -248,7 +248,5 @@ if "com_google_googletest" not in native.existing_rules():

Bazel also has a plugin for CLion.

[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
[codecov-cpp-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=cpp&label=CPP%20Coverage&logo=codecov
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
4 changes: 1 addition & 3 deletions csharp/README-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .NET 客户端

[![C#][csharp-image]][csharp-url] [![NuGet Gallery][nuget-image]][nuget-url]
[![NuGet Gallery][nuget-image]][nuget-url]

[English](README.md) | 简体中文 | [RocketMQ 官网](https://rocketmq.apache.org/)

Expand Down Expand Up @@ -67,7 +67,5 @@ dotnet test -l "console;verbosity=detailed"
3. 登录 NuGet Gallery 并登录,点击 `Upload` 按钮并将 nupkg 文件拖入提示框;
4. 按照 NuGet Gallery 的提示,完成后续步骤。

[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
[nuget-image]: https://img.shields.io/nuget/v/RocketMQ.Client.svg?label=nuget
[nuget-url]: https://www.nuget.org/packages/RocketMQ.Client/
4 changes: 1 addition & 3 deletions csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The .NET Implementation of Apache RocketMQ Client

[![C#][csharp-image]][csharp-url] [![NuGet Gallery][nuget-image]][nuget-url]
[![NuGet Gallery][nuget-image]][nuget-url]

English | [简体中文](https://github.com/apache/rocketmq-clients/blob/master/csharp/README-CN.md)
| [RocketMQ Website](https://rocketmq.apache.org/)
Expand Down Expand Up @@ -76,7 +76,5 @@ if you need debugging.
4. Follow the instructions on the website to complete the upload process. Once the package is uploaded, it will be
available for others to download and use.

[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
[nuget-image]: https://img.shields.io/nuget/v/RocketMQ.Client.svg?label=nuget
[nuget-url]: https://www.nuget.org/packages/RocketMQ.Client/
4 changes: 1 addition & 3 deletions golang/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Golang Implementation of Apache RocketMQ Client

[![Golang][golang-image]][golang-url] [![Codecov-golang][codecov-golang-image]][codecov-url]
[![Codecov-golang][codecov-golang-image]][codecov-url]

Here is the golang implementation of the client for [Apache RocketMQ](https://rocketmq.apache.org/).

Expand All @@ -24,7 +24,5 @@ Otherwise, to install the `golang` package, run the following command:
go get -u github.com/apache/rocketmq-clients/golang/v5
```

[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
[codecov-golang-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=golang&label=Golang%20Coverage&logo=codecov
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
4 changes: 1 addition & 3 deletions java/README-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java 客户端

[![Java][java-image]][java-url] [![Codecov-java][codecov-java-image]][codecov-url] [![Maven Central][maven-image]][maven-url]
[![Codecov-java][codecov-java-image]][codecov-url] [![Maven Central][maven-image]][maven-url]

[English](README.md) | 简体中文 | [RocketMQ 官网](https://rocketmq.apache.org/)

Expand Down Expand Up @@ -73,8 +73,6 @@ implementation 'org.apache.rocketmq:rocketmq-client-java-noshade:${rocketmq.vers

特别地,如果有调试的需求,可以通过把 `mq.consoleAppender.enabled` 设置成 `true` 将客户端的日志同时输出到控制台。

[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
[codecov-java-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=java&label=Java%20Coverage&logo=codecov
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
[maven-image]: https://img.shields.io/maven-central/v/org.apache.rocketmq/rocketmq-client-java
Expand Down
4 changes: 1 addition & 3 deletions java/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Java Implementation of Apache RocketMQ Client

[![Java][java-image]][java-url] [![Codecov-java][codecov-java-image]][codecov-url] [![Maven Central][maven-image]][maven-url]
[![Codecov-java][codecov-java-image]][codecov-url] [![Maven Central][maven-image]][maven-url]

English | [简体中文](README-CN.md) | [RocketMQ Website](https://rocketmq.apache.org/)

Expand Down Expand Up @@ -71,8 +71,6 @@ The following logging parameters are all supported for specification by JVM syst

Specifically, by setting `mq.consoleAppender.enabled` to true, you can output client logs to the console simultaneously if you need debugging.

[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
[codecov-java-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=java&label=Java%20Coverage&logo=codecov
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
[maven-image]: https://img.shields.io/maven-central/v/org.apache.rocketmq/rocketmq-client-java
Expand Down
3 changes: 0 additions & 3 deletions rust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# The Rust Implementation of Apache RocketMQ Client

[![Rust][rust-image]][rust-url]
[![Codecov-rust][codecov-rust-image]][codecov-url]
[![Crates.io][crates-image]][crates-url]
[![docs.rs][rust-doc-image]][rust-doc-url]
Expand Down Expand Up @@ -39,8 +38,6 @@ cargo run --example producer
cargo run --example simple_consumer
```

[rust-image]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg
[rust-url]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml
[codecov-rust-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=rust&label=Rust%20Coverage&logo=codecov
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
[crates-image]: https://img.shields.io/crates/v/rocketmq.svg
Expand Down

0 comments on commit e14846b

Please sign in to comment.