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

CritasWang pushed a commit to branch docs/fix-node-version-badge
in repository https://gitbox.apache.org/repos/asf/iotdb-client-nodejs.git

commit 9c789c0a6b54f4dcdaa09ce9e79b2886b3c98266
Author: CritasWang <[email protected]>
AuthorDate: Fri Sep 11 12:19:56 2026 +0800

    docs: fix the Node.js version badge in the READMEs
    
    The badge image URL was first requested before @iotdb/client existed on the
    npm registry, so shields.io, GitHub's camo image proxy and browsers cached
    the "not found" response for that exact URL, which is why the badge stays
    invisible even though the package is published now.
    
    Switching to the canonical shields.io URL (the .svg suffix is optional and
    redundant) gives the badge a fresh cache entry everywhere.
    
    Verified: https://img.shields.io/node/v/@iotdb/client returns HTTP 200 with
    "node >= 14.0.0", and GitHub renders it (100x20, alt "Node.js Version").
---
 README.md    | 2 +-
 README_zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bf3621b..8ef8145 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![npm 
version](https://img.shields.io/npm/v/@iotdb/client.svg)](https://www.npmjs.com/package/@iotdb/client)
-[![Node.js 
Version](https://img.shields.io/node/v/@iotdb/client.svg)](https://nodejs.org/)
+[![Node.js 
Version](https://img.shields.io/node/v/@iotdb/client)](https://nodejs.org/)
 
 A Node.js client for Apache IoTDB with support for SessionPool and 
TableSessionPool, providing efficient connection management and comprehensive 
query capabilities.
 
diff --git a/README_zh.md b/README_zh.md
index be04a96..e0a7810 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -2,7 +2,7 @@
 
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![npm 
version](https://img.shields.io/npm/v/@iotdb/client.svg)](https://www.npmjs.com/package/@iotdb/client)
-[![Node.js 
Version](https://img.shields.io/node/v/@iotdb/client.svg)](https://nodejs.org/)
+[![Node.js 
Version](https://img.shields.io/node/v/@iotdb/client)](https://nodejs.org/)
 
 用于 Apache IoTDB 的 Node.js 客户端,支持 SessionPool 和 
TableSessionPool,提供高效的连接管理和全面的查询功能。
 

Reply via email to