Skip to content

Commit

Permalink
readme: fix broken badges (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzengh authored Oct 17, 2023
1 parent 9234b77 commit 52f787d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ English | [中文](README.zh_CN.md)

# Introduction

[![Go Reference](https://pkg.go.dev/badge/github.com/trpc.group/tnet.svg)](https://pkg.go.dev/github.com/trpc.group/tnet)
[![Go Report Card](https://goreportcard.com/badge/github.com/trpc.group/trpc-go/tnet)](https://goreportcard.com/report/github.com/trpc.group/trpc-go/tnet)
[![LICENSE](https://img.shields.io/github/license/trpc.group/tnet.svg?style=flat-square)](https://github.com/trpc.group/tnet/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/release/trpc.group/tnet.svg?style=flat-square)](https://github.com/trpc.group/tnet/releases)
[![Docs](https://img.shields.io/badge/docs-latest-green)](http://test.trpc.group.woa.com/docs/)
[![Tests](https://github.com/trpc.group/tnet/actions/workflows/prc.yaml/badge.svg)](https://github.com/trpc.group/tnet/actions/workflows/prc.yaml)
[![Coverage](https://codecov.io/gh/trpc.group/tnet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc.group/tnet/tree/main)
[![Go Reference](https://pkg.go.dev/badge/github.com/trpc-group/tnet.svg)](https://pkg.go.dev/github.com/trpc-group/tnet)
[![Go Report Card](https://goreportcard.com/badge/trpc.group/trpc-go/tnet)](https://goreportcard.com/report/trpc.group/trpc-go/tnet)
[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/trpc-group/tnet/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/release/trpc-group/tnet.svg?style=flat-square)](https://github.com/trpc-group/tnet/releases)
[![Tests](https://github.com/trpc-group/tnet/actions/workflows/prc.yml/badge.svg)](https://github.com/trpc-group/tnet/actions/workflows/prc.yml)
[![Coverage](https://codecov.io/gh/trpc-group/tnet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-group/tnet/tree/main)

__tnet__ is an event loop networking framework that provides versatile models. The core aims are:

Expand Down
13 changes: 6 additions & 7 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

# 简介

[![Go Reference](https://pkg.go.dev/badge/github.com/trpc.group/tnet.svg)](https://pkg.go.dev/github.com/trpc.group/tnet)
[![Go Report Card](https://goreportcard.com/badge/github.com/trpc.group/trpc-go/tnet)](https://goreportcard.com/report/github.com/trpc.group/trpc-go/tnet)
[![LICENSE](https://img.shields.io/github/license/trpc.group/tnet.svg?style=flat-square)](https://github.com/trpc.group/tnet/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/release/trpc.group/tnet.svg?style=flat-square)](https://github.com/trpc.group/tnet/releases)
[![Docs](https://img.shields.io/badge/docs-latest-green)](http://test.trpc.group.woa.com/docs/)
[![Tests](https://github.com/trpc.group/tnet/actions/workflows/prc.yaml/badge.svg)](https://github.com/trpc.group/tnet/actions/workflows/prc.yaml)
[![Coverage](https://codecov.io/gh/trpc.group/tnet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc.group/tnet/tree/main)
[![Go Reference](https://pkg.go.dev/badge/github.com/trpc-group/tnet.svg)](https://pkg.go.dev/github.com/trpc-group/tnet)
[![Go Report Card](https://goreportcard.com/badge/trpc.group/trpc-go/tnet)](https://goreportcard.com/report/trpc.group/trpc-go/tnet)
[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/trpc-group/tnet/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/release/trpc-group/tnet.svg?style=flat-square)](https://github.com/trpc-group/tnet/releases)
[![Tests](https://github.com/trpc-group/tnet/actions/workflows/prc.yml/badge.svg)](https://github.com/trpc-group/tnet/actions/workflows/prc.yml)
[![Coverage](https://codecov.io/gh/trpc-group/tnet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-group/tnet/tree/main)

__tnet__ 是一个提供了多种模式以满足不同业务需求的网络库,它解决了以下业务诉求:

Expand Down

0 comments on commit 52f787d

Please sign in to comment.