mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: change link in docs for the builtin framework, from vlib/vweb to vlib/veb (#22566)
This commit is contained in:
parent
6583d3c726
commit
f814386c2a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue