From f814386c2a4fd93c73c7ae38bf50085aef7ce3b1 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Fri, 18 Oct 2024 11:27:09 +0500 Subject: [PATCH] docs: change link in docs for the builtin framework, from vlib/vweb to vlib/veb (#22566) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a63fc6b4f..b55a3a4941 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ - Easy cross-compilation - REPL - [Built-in ORM](https://github.com/vlang/v/blob/master/doc/docs.md#orm) -- [Built-in web framework](https://github.com/vlang/v/blob/master/vlib/vweb/README.md) +- [Built-in web framework](https://github.com/vlang/v/blob/master/vlib/veb/README.md) - C and JavaScript backends - Great for writing low-level software ([Vinix OS](https://github.com/vlang/vinix))