From 2c80858fe430ecadff5b18f9898ce3b92a29eb53 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Thu, 5 Mar 2026 16:03:15 +0200 Subject: [PATCH] docs: fix stars badge and add links for stars and forks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3627b7ab3..1797fadcb3 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ English | [中文](README_cn.md) [![Go Report Card](https://goreportcard.com/badge/github.com/cloudwego/kitex)](https://goreportcard.com/report/github.com/cloudwego/kitex) [![OpenIssue](https://img.shields.io/github/issues/cloudwego/kitex)](https://github.com/cloudwego/kitex/issues) [![ClosedIssue](https://img.shields.io/github/issues-closed/cloudwego/kitex)](https://github.com/cloudwego/kitex/issues?q=is%3Aissue+is%3Aclosed) -![Stars](https://img.shields.io/github/stars/cloudwego/kitex) -![Forks](https://img.shields.io/github/forks/cloudwego/kitex) +[![GitHub stars](https://img.shields.io/github/stars/cloudwego/kitex?style=social)](https://github.com/cloudwego/kitex/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/cloudwego/kitex?style=social)](https://github.com/cloudwego/kitex/network/members) Kitex [kaɪt'eks] is a **high-performance** and **strong-extensibility** Go RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice.