From 57859db07c5544e7506bd0f0860214d61d821275 Mon Sep 17 00:00:00 2001 From: Keito Nagai Date: Mon, 20 Apr 2020 03:47:36 +0900 Subject: [PATCH] readme: fix docs link --- README.md | 2 +- vlib/json/json_primitives.v | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f67524324f..8f92aa5641 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

The V Programming Language

[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) diff --git a/vlib/json/json_primitives.v b/vlib/json/json_primitives.v index 1abd852976..eab1f0a185 100644 --- a/vlib/json/json_primitives.v +++ b/vlib/json/json_primitives.v @@ -193,4 +193,3 @@ fn json_print(json &C.cJSON) string { // fn json_array_for_each(val, root &C.cJSON) { // #cJSON_ArrayForEach (val ,root) // } -