From d43c2976ff8ba70c2aee13303223d9b213f87d99 Mon Sep 17 00:00:00 2001 From: Erez Oxman Date: Thu, 21 May 2020 19:00:07 +0300 Subject: [PATCH] Changed link in readme.md from doxiz to docsforge (#442) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fecc60be..52a6bac0 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/01-Overview) or the [doxiz](https://doxiz.com/drogon/master/overview/)** +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) or [docsforge](https://drogon.docsforge.com/master/overview/)**