diff --git a/README.md b/README.md index bd349792..69c1da83 100755 --- a/README.md +++ b/README.md @@ -181,4 +181,4 @@ As you can see, users can use the `HttpController` to map paths and parameters a In addition, you can also find that all handler interfaces are in asynchronous mode, where the response is returned by a callback object. This design is for performance reasons because in asynchronous mode the drogon application can handle a large number of concurrent requests with a small number of threads. -After compiling all of the above source files, we get a very simple web application. This is a good start. **for more information, please visit the [wiki](https://github.com/an-tao/drogon/wiki) site** +After compiling all of the above source files, we get a very simple web application. This is a good start. **for more information, please visit the [wiki](https://github.com/an-tao/drogon/wiki/01-Overview) site** diff --git a/README.zh-CN.md b/README.zh-CN.md index 15b82fe2..cec78aaa 100755 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -34,4 +34,4 @@ Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不 * 支持插件,可通过配置文件在加载期动态拆装; * 支持内建插入点的AOP -### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/Chinese-home) \ No newline at end of file +### 更多详情请浏览 [wiki](https://github.com/an-tao/drogon/wiki/01-概述) \ No newline at end of file