From 93a91ea4de16766173c958f6d82a45ece4ea3f40 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:58:19 +0800 Subject: [PATCH] Refine README (#275) --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7476ce9ee..c94fd05f9 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Project V -![](https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg) -[![codecov.io][3]][4] [![GoDoc][5]][6] [![codebeat][7]][8] [![Downloads][9]][10] [![Downloads][11]][12] -[3]: https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master "Coverage badge" +[![GitHub Test Badge][1]][2] [![codecov.io][3]][4] [![GoDoc][5]][6] [![codebeat][7]][8] [![Downloads][9]][10] [![Downloads][11]][12] + +[1]: https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg "GitHub Test Badge" +[2]: https://github.com/v2fly/v2ray-core/actions "GitHub Actions Page" +[3]: https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master "Coverage Badge" [4]: https://codecov.io/gh/v2fly/v2ray-core?branch=master "Codecov Status" -[5]: https://godoc.org/v2ray.com/core?status.svg "GoDoc badge" +[5]: https://godoc.org/v2ray.com/core?status.svg "GoDoc Badge" [6]: https://godoc.org/v2ray.com/core "GoDoc" -[7]: https://codebeat.co/badges/f2354ca8-3e24-463d-a2e3-159af73b2477 "Codebeat badge" -[8]: https://codebeat.co/projects/github-com-v2ray-v2ray-core-master "Codebeat" -[9]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "All releases badge" -[10]: https://github.com/v2ray/v2ray-core/releases/ "All releases number" -[11]: https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg "All releases badge" -[12]: https://github.com/v2fly/v2ray-core/releases/ "All releases number" +[7]: https://goreportcard.com/badge/github.com/v2fly/v2ray-core "Goreportcard Badge" +[8]: https://goreportcard.com/report/github.com/v2fly/v2ray-core "Goreportcard Result" +[9]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "v2ray/v2ray-core downloads count" +[10]: https://github.com/v2ray/v2ray-core/releases "v2ray/v2ray-core release page" +[11]: https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg "v2fly/v2ray-core downloads count" +[12]: https://github.com/v2fly/v2ray-core/releases "v2fly/v2ray-core release page" Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. See [our website](https://www.v2fly.org/) for more information. @@ -23,9 +25,9 @@ Project V is a set of network tools that help you to build your own computer net This repo relies on the following third-party projects: -* In production: - * [gorilla/websocket](https://github.com/gorilla/websocket) - * [gRPC](https://google.golang.org/grpc) -* For testing only: - * [miekg/dns](https://github.com/miekg/dns) - * [h12w/socks](https://github.com/h12w/socks) +- In production: + - [gorilla/websocket](https://github.com/gorilla/websocket) + - [gRPC](https://google.golang.org/grpc) +- For testing only: + - [miekg/dns](https://github.com/miekg/dns) + - [h12w/socks](https://github.com/h12w/socks)