From 869fe5121c10b843d2b6e092e3457360a05971af Mon Sep 17 00:00:00 2001 From: "cc.cai" <2356672992@qq.com> Date: Fri, 3 Apr 2026 11:38:01 +0800 Subject: [PATCH] [CALCITE-7460] Broken Maven Central and CI Status badges in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af6a60e2dab3..c2e8d8ce791b 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ limitations under the License. {% endcomment %} --> -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.calcite/calcite-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.calcite/calcite-core) -[![CI Status](https://github.com/apache/calcite/workflows/CI/badge.svg?branch=main)](https://github.com/apache/calcite/actions?query=branch%3Amain) +[![Maven Central](https://img.shields.io/maven-central/v/org.apache.calcite/calcite-core.svg)](https://search.maven.org/artifact/org.apache.calcite/calcite-core) +[![CI Status](https://github.com/apache/calcite/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/apache/calcite/actions?query=branch%3Amain) # Apache Calcite