docs: change link in docs for the builtin framework, from vlib/vweb to vlib/veb (#22566)

This commit is contained in:
alexey semenyuk 2024-10-18 11:27:09 +05:00 committed by GitHub
parent 6583d3c726
commit f814386c2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
- Easy cross-compilation - Easy cross-compilation
- REPL - REPL
- [Built-in ORM](https://github.com/vlang/v/blob/master/doc/docs.md#orm) - [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 - C and JavaScript backends
- Great for writing low-level software ([Vinix OS](https://github.com/vlang/vinix)) - Great for writing low-level software ([Vinix OS](https://github.com/vlang/vinix))