From b84cb229f6db1b8f7c6eab74c534ef2d0969b9a2 Mon Sep 17 00:00:00 2001 From: "M. Tanveer Raza" Date: Mon, 17 Jan 2022 19:14:56 +0530 Subject: [PATCH] Fix link to Configuration page (#26) --- ENG-03-Quick-Start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENG-03-Quick-Start.md b/ENG-03-Quick-Start.md index 6257d7c..aa80f71 100644 --- a/ENG-03-Quick-Start.md +++ b/ENG-03-Quick-Start.md @@ -52,7 +52,7 @@ Now, we add one simply static file index.html to the Http root path: echo '

Hello Drogon!

' >>index.html ``` -The default root path is `"./"`, this could be modified by config.json also, See [Configuration File](ENG-10-Configureation-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running). +The default root path is `"./"`, this could be modified by config.json also, See [Configuration File](ENG-10-Configuration-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running). ![Hello Drogon!](images/hellodrogon.png)