From fe039d46f26d754ec643d171e86cb315fc3e83ef Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Wed, 10 Apr 2024 10:22:28 +0800 Subject: [PATCH] fix: Fix the "Build Status" badge on README pages (#904) --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f68c15b6..da4245143 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Next-generation Cloud Native Gateway -[![Build Status](https://github.com/alibaba/higress/workflows/build%20and%20codecov/badge.svg?branch=main)](https://github.com/alibaba/higress/actions) +[![Build Status](https://github.com/alibaba/higress/actions/workflows/build-and-test.yaml/badge.svg?branch=main)](https://github.com/alibaba/higress/actions) [![license](https://img.shields.io/github/license/alibaba/higress.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [**官网**](https://higress.io/)   | diff --git a/README_EN.md b/README_EN.md index 59914db81..0668abcc1 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@ Next-generation Cloud Native Gateway -[![Build Status](https://github.com/alibaba/higress/workflows/build%20and%20codecov/badge.svg?branch=main)](https://github.com/alibaba/higress/actions) +[![Build Status](https://github.com/alibaba/higress/actions/workflows/build-and-test.yaml/badge.svg?branch=main)](https://github.com/alibaba/higress/actions) [![license](https://img.shields.io/github/license/alibaba/higress.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [**Official Site**](https://higress.io/en-us/)   |