From 116fb97242492dbbf0b262c990d94a78a13d15d5 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Fri, 11 Sep 2020 18:52:43 +0800 Subject: [PATCH] Update README_zh_CN.md --- README_zh_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index e4dbbb2..2988193 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -10,7 +10,7 @@ Boost Beast 没有一个开箱即用的 HTTP Server,微软 cpprest 的 API 设计复杂,且 server 部分也几乎不可用。Webcc 能满足大多数需求,又兼顾了性能和代码质量。这一点你看一下我们的代码心里就有数了。 -[编译指南](doc/Build-Instructions.md),目前只有英文版。 +=> [编译指南](doc/Build-Instructions_zh_CN.md)。 代码仓库: [https://github.com/sprinfall/webcc](https://github.com/sprinfall/webcc)。 请认准链接,其他人 fork 的仓库,都不是最新的。