From 14cecb9b312379bb4c9b7b64af7620710acad6d2 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Mon, 10 May 2021 22:22:32 +0800 Subject: [PATCH] update readme for documents links (#681) --- readme-cn.md | 4 ++-- readme.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/readme-cn.md b/readme-cn.md index e65c952a..1e32e9c0 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -159,7 +159,7 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/ * API 文档 - [https://go-zero.dev/zh-hans/](https://go-zero.dev/zh-hans/) + [https://go-zero.dev/cn/](https://go-zero.dev/cn/) * 常见问题 @@ -227,4 +227,4 @@ go-zero 已被许多公司用于生产部署,接入场景如在线教育、电 加群之前有劳点一下 ***star***,一个小小的 ***star*** 是作者们回答海量问题的动力🤝 -wechat +wechat \ No newline at end of file diff --git a/readme.md b/readme.md index d05cec69..74176dd8 100644 --- a/readme.md +++ b/readme.md @@ -200,14 +200,13 @@ go get -u github.com/tal-tech/go-zero ## 7. Benchmark -Document: [https://go-zero.dev/en/](https://go-zero.dev/en/) - ![benchmark](https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/benchmark.png) [Checkout the test code](https://github.com/smallnest/go-web-framework-benchmark) ## 8. Documents (adding) +* [Documents](https://go-zero.dev/en/) * [Rapid development of microservice systems](https://github.com/tal-tech/zero-doc/blob/main/doc/shorturl-en.md) * [Rapid development of microservice systems - multiple RPCs](https://github.com/tal-tech/zero-doc/blob/main/docs/zero/bookstore-en.md) * [Examples](https://github.com/zeromicro/zero-examples)