From 1c433767cd64d5a3cb19a03bb218afd31bf1abda Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Wed, 19 Aug 2020 10:21:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11974ec..b95aacb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Lightweight C++ HTTP __client and server__ library based on [Asio](https://github.com/chriskohlhoff/asio) for __embedding__ purpose. -Please turn to [doc](doc/) for more tutorials and guides. E.g., [Build Instructions](doc/Build-Instructions.md) and [Integrate Into Your Project](doc/Integrate-Into-Your-Project.md). +=> [Build Instructions](doc/Build-Instructions.md) Git repo: https://github.com/sprinfall/webcc. Please check this one instead of the forked for the latest features.