From bbbfd8928c320c503e62247a504c13e3d1a4b86b Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Fri, 11 Sep 2020 18:24:53 +0800 Subject: [PATCH] Update README.md fix a typo of the link to chinese build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce7e56..1bfc5e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Lightweight C++ HTTP __client and server__ library based on [Boost Asio](https://www.boost.org/doc/libs/release/libs/asio/) for __embedding__ purpose. -=> [Build Instructions](doc/Build-Instructions.md) ([__中文版__](doc/Build-Instructions_zn_CN.md)) +=> [Build Instructions](doc/Build-Instructions.md) ([__中文版__](doc/Build-Instructions_zh_CN.md)) Git repo: https://github.com/sprinfall/webcc. Please check this one instead of the forked for the latest features.