mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: fix docs link
This commit is contained in:
parent
95ae915c0c
commit
57859db07c
@ -5,7 +5,7 @@
|
||||
<h1>The V Programming Language</h1>
|
||||
|
||||
[vlang.io](https://vlang.io) |
|
||||
[Docs](https://vlang.io/docs) |
|
||||
[Docs](https://github.com/vlang/v/blob/master/doc/docs.md) |
|
||||
[Changelog](https://github.com/vlang/v/blob/master/CHANGELOG.md) |
|
||||
[Speed](https://fast.vlang.io/) |
|
||||
[Contributing](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
|
||||
|
@ -193,4 +193,3 @@ fn json_print(json &C.cJSON) string {
|
||||
// fn json_array_for_each(val, root &C.cJSON) {
|
||||
// #cJSON_ArrayForEach (val ,root)
|
||||
// }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user