Skip to content

Commit c3f2b69

Browse files
authored
Fix the outdated badge (#520)
* Fix the outdated badge * Remove outdated os
1 parent 25df0b0 commit c3f2b69

File tree

10 files changed

+13
-44
lines changed

10 files changed

+13
-44
lines changed

.github/workflows/cpp_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12, windows-2019, windows-2022]
10+
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Compile On Linux

README-CN.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache RocketMQ 客户端
22

3-
[![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]
3+
[![License][license-image]][license-url] [![Build][build-image]][build-url]
44

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

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

5353
[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
5454
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html
55-
[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
56-
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
57-
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
58-
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
59-
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
60-
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
61-
[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
62-
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
63-
[rust-image]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg
64-
[rust-url]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml
55+
[build-image]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml/badge.svg
56+
[build-url]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ
22

3-
[![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]
3+
[![License][license-image]][license-url] [![Build][build-image]][build-url]
44

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

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

5353
[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
5454
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html
55-
[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
56-
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
57-
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
58-
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
59-
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
60-
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
61-
[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
62-
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
63-
[rust-image]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml/badge.svg
64-
[rust-url]: https://github.com/apache/rocketmq-clients/actions/workflows/rust_build.yml
55+
[build-image]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml/badge.svg
56+
[build-url]: https://github.com/apache/rocketmq-clients/actions/workflows/build.yml

cpp/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The C++ Implementation of Apache RocketMQ Client
22

3-
[![CPP][cpp-image]][cpp-url] [![Codecov-cpp][codecov-cpp-image]][codecov-url]
3+
[![Codecov-cpp][codecov-cpp-image]][codecov-url]
44

55
## Introduction
66

@@ -248,7 +248,5 @@ if "com_google_googletest" not in native.existing_rules():
248248
249249
Bazel also has a plugin for CLion.
250250
251-
[cpp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg
252-
[cpp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml
253251
[codecov-cpp-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=cpp&label=CPP%20Coverage&logo=codecov
254252
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients

csharp/README-CN.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .NET 客户端
22

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

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

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

70-
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
71-
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
7270
[nuget-image]: https://img.shields.io/nuget/v/RocketMQ.Client.svg?label=nuget
7371
[nuget-url]: https://www.nuget.org/packages/RocketMQ.Client/

csharp/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The .NET Implementation of Apache RocketMQ Client
22

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

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

79-
[csharp-image]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml/badge.svg
80-
[csharp-url]: https://github.com/apache/rocketmq-clients/actions/workflows/csharp_build.yml
8179
[nuget-image]: https://img.shields.io/nuget/v/RocketMQ.Client.svg?label=nuget
8280
[nuget-url]: https://www.nuget.org/packages/RocketMQ.Client/

golang/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Golang Implementation of Apache RocketMQ Client
22

3-
[![Golang][golang-image]][golang-url] [![Codecov-golang][codecov-golang-image]][codecov-url]
3+
[![Codecov-golang][codecov-golang-image]][codecov-url]
44

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

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

27-
[golang-image]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml/badge.svg
28-
[golang-url]: https://github.com/apache/rocketmq-clients/actions/workflows/golang_build.yml
2927
[codecov-golang-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=golang&label=Golang%20Coverage&logo=codecov
3028
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients

java/README-CN.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java 客户端
22

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

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

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

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

76-
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
77-
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
7876
[codecov-java-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=java&label=Java%20Coverage&logo=codecov
7977
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
8078
[maven-image]: https://img.shields.io/maven-central/v/org.apache.rocketmq/rocketmq-client-java

java/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Java Implementation of Apache RocketMQ Client
22

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

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

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

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

74-
[java-image]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml/badge.svg
75-
[java-url]: https://github.com/apache/rocketmq-clients/actions/workflows/java_build.yml
7674
[codecov-java-image]: https://img.shields.io/codecov/c/gh/apache/rocketmq-clients/master?flag=java&label=Java%20Coverage&logo=codecov
7775
[codecov-url]: https://app.codecov.io/gh/apache/rocketmq-clients
7876
[maven-image]: https://img.shields.io/maven-central/v/org.apache.rocketmq/rocketmq-client-java

rust/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The Rust Implementation of Apache RocketMQ Client
22

3-
[![Rust][rust-image]][rust-url]
43
[![Codecov-rust][codecov-rust-image]][codecov-url]
54
[![Crates.io][crates-image]][crates-url]
65
[![docs.rs][rust-doc-image]][rust-doc-url]
@@ -39,8 +38,6 @@ cargo run --example producer
3938
cargo run --example simple_consumer
4039
```
4140

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

0 commit comments

Comments
 (0)