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

imbajin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new ef312be6 fix: enable the badges display normally (#731)
ef312be6 is described below

commit ef312be6f031ee129f9e3355df263b530925f11c
Author: Jason <[email protected]>
AuthorDate: Thu Apr 30 14:16:14 2026 +0800

    fix: enable the badges display normally (#731)
    
    Signed-off-by: syaojun <[email protected]>
---
 hugegraph-client/README.md | 2 +-
 hugegraph-loader/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hugegraph-client/README.md b/hugegraph-client/README.md
index 0e909920..d2360c1a 100644
--- a/hugegraph-client/README.md
+++ b/hugegraph-client/README.md
@@ -3,7 +3,7 @@
 
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Build 
Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/client-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/client-ci.yml)
 
[![codecov](https://codecov.io/gh/hugegraph/hugegraph-client/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-client)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.hugegraph/hugegraph-client/badge.svg)](https://mvnrepository.com/artifact/org.apache.hugegraph/hugegraph-client)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.hugegraph/hugegraph-client)](https://mvnrepository.com/artifact/org.apache.hugegraph/hugegraph-client)
 
 hugegraph-client is a Java-written client of 
[HugeGraph](https://github.com/hugegraph/hugegraph), providing operations of 
graph, schema, gremlin, variables and traversals etc. All these operations are 
interpreted and translated into RESTful requests to HugeGraph Server. Besides, 
hugegraph-client also checks arguments, serializes and deserializes structures 
and encapsulates server exceptions.
 
diff --git a/hugegraph-loader/README.md b/hugegraph-loader/README.md
index 08abfde2..f08c0d0f 100644
--- a/hugegraph-loader/README.md
+++ b/hugegraph-loader/README.md
@@ -3,7 +3,7 @@
 
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Build 
Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/loader-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/loader-ci.yml)
 
[![codecov](https://codecov.io/gh/hugegraph/hugegraph-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-loader)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.hugegraph/hugegraph-loader/badge.svg)](https://mvnrepository.com/artifact/org.apache.hugegraph/hugegraph-loader)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.hugegraph/hugegraph-loader)](https://mvnrepository.com/artifact/org.apache.hugegraph/hugegraph-loader)
 
 hugegraph-loader is a customizable command line utility for loading small to 
medium size graph datasets into the HugeGraph database from multiple data 
sources with various input formats.
 

Reply via email to