readme: fix docs link

pull/4516/head
Keito Nagai 2020-04-20 03:47:36 +09:00 committed by GitHub
parent 95ae915c0c
commit 57859db07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -193,4 +193,3 @@ fn json_print(json &C.cJSON) string {
// fn json_array_for_each(val, root &C.cJSON) {
// #cJSON_ArrayForEach (val ,root)
// }