From e5a698395a6afb4cd5e93d34c2848c275b954b4c Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Sun, 21 Mar 2021 22:42:07 -0400 Subject: [PATCH] tutorials: fix a link (#9413) --- tutorials/building_a_simple_web_blog_with_vweb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/building_a_simple_web_blog_with_vweb/README.md b/tutorials/building_a_simple_web_blog_with_vweb/README.md index 8535499d36..2fb69d5055 100644 --- a/tutorials/building_a_simple_web_blog_with_vweb/README.md +++ b/tutorials/building_a_simple_web_blog_with_vweb/README.md @@ -40,7 +40,7 @@ https://github.com/vlang/v#installing-v-from-source ### Install SQLite development dependency If you don't have it already installed, look at the -[`sqlite` README](../vlib/sqlite/README.md) for instructions. +[`sqlite` README](../../vlib/sqlite/README.md) for instructions. ### Creating a new Vweb project