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)
// }
-