diff --git a/README.md b/README.md index b4117cc..62cf495 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # TP-Micro [![GitHub release](https://img.shields.io/github/release/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/releases) [![report card](https://goreportcard.com/badge/github.com/xiaoenai/tp-micro?style=flat-square)](http://goreportcard.com/report/xiaoenai/tp-micro) [![github issues](https://img.shields.io/github/issues/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aissue+is%3Aclosed) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/xiaoenai/tp-micro) [![view examples](https://img.shields.io/badge/learn%20by-examples-00BCD4.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/tree/v3/examples) [![view teleport](https://img.shields.io/badge/based%20on-teleport-00BCD4.svg?style=flat-square)](https://github.com/henrylee2cn/teleport) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1) -TP-Micro v6 is a simple, powerful micro service framework based on [Teleport v6](https://github.com/henrylee2cn/teleport/tree/master). +TP-Micro master(v6) is a simple, powerful micro service framework based on [Teleport v6](https://github.com/henrylee2cn/teleport/tree/master). -[简体中文](https://github.com/xiaoenai/tp-micro/blob/v6/README_ZH.md) +[简体中文](https://github.com/xiaoenai/tp-micro/blob/master/README_ZH.md) -![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/v6/doc/tp-micro_flow_chart.png) +![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/master/doc/tp-micro_flow_chart.png) ## Install @@ -347,7 +347,7 @@ OPTIONS: ``` -[More Micro Command](https://github.com/xiaoenai/tp-micro/tree/v6/cmd/micro) +[More Micro Command](https://github.com/xiaoenai/tp-micro/tree/master/cmd/micro) ## Usage @@ -665,7 +665,7 @@ func main() { } ``` -[Detail Example](https://github.com/xiaoenai/tp-micro/tree/v6/examples/binder) +[Detail Example](https://github.com/xiaoenai/tp-micro/tree/master/examples/binder) ### Optimize @@ -716,4 +716,4 @@ func SetSocketWriteBuffer(bytes int) ## License -Micro is under Apache v2 License. See the [LICENSE](https://github.com/xiaoenai/tp-micro/raw/v6/LICENSE) file for the full license text +Micro is under Apache v2 License. See the [LICENSE](https://github.com/xiaoenai/tp-micro/raw/master/LICENSE) file for the full license text diff --git a/README_ZH.md b/README_ZH.md index f0b5a33..1c56056 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,9 +1,9 @@ # TP-Micro [![GitHub release](https://img.shields.io/github/release/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/releases) [![report card](https://goreportcard.com/badge/github.com/xiaoenai/tp-micro?style=flat-square)](http://goreportcard.com/report/xiaoenai/tp-micro) [![github issues](https://img.shields.io/github/issues/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/xiaoenai/tp-micro.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/issues?q=is%3Aissue+is%3Aclosed) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/xiaoenai/tp-micro) [![view examples](https://img.shields.io/badge/learn%20by-examples-00BCD4.svg?style=flat-square)](https://github.com/xiaoenai/tp-micro/tree/v3/examples) [![view teleport](https://img.shields.io/badge/based%20on-teleport-00BCD4.svg?style=flat-square)](https://github.com/henrylee2cn/teleport) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1) -TP-Micro v6 是一个基于 [Teleport v4](https://github.com/henrylee2cn/teleport/tree/master) 定制的、简约而强大的微服务框架。 +TP-Micro master(v6) 是一个基于 [Teleport v4](https://github.com/henrylee2cn/teleport/tree/master) 定制的、简约而强大的微服务框架。 -![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/v6/doc/tp-micro_flow_chart.png) +![tp-micro flow chart](https://github.com/xiaoenai/tp-micro/raw/master/doc/tp-micro_flow_chart.png) ## 安装 @@ -115,7 +115,7 @@ func main() { } ``` -[更多示例](https://github.com/xiaoenai/tp-micro/tree/v6/examples) +[更多示例](https://github.com/xiaoenai/tp-micro/tree/master/examples) ## 学习 `micro` 命令 @@ -343,7 +343,7 @@ OPTIONS: ``` -[更多 Micro 命令](https://github.com/xiaoenai/tp-micro/tree/v6/cmd/micro) +[更多 Micro 命令](https://github.com/xiaoenai/tp-micro/tree/master/cmd/micro) ## 用法 @@ -666,7 +666,7 @@ func main() { } ``` -[示例详情](https://github.com/xiaoenai/tp-micro/tree/v6/examples/binder) +[示例详情](https://github.com/xiaoenai/tp-micro/tree/master/examples/binder) ### 通信优化 @@ -713,4 +713,4 @@ func SetSocketWriteBuffer(bytes int) ## 开源协议 -Micro 项目采用商业应用友好的 [Apache2.0](https://github.com/xiaoenai/tp-micro/raw/v6/LICENSE) 协议发布 +Micro 项目采用商业应用友好的 [Apache2.0](https://github.com/xiaoenai/tp-micro/raw/master/LICENSE) 协议发布