From c98af3c526cee1c049a66a61dd549fa4d83b2f76 Mon Sep 17 00:00:00 2001 From: Yuki Morota Date: Wed, 12 Jan 2022 13:31:45 +0900 Subject: [PATCH] docs: adjust links (#13139) --- doc/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index d08f079f2c..d277cecfc2 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -4101,7 +4101,7 @@ sql db { } ``` -For more examples and the docs, see vlib/orm. +For more examples and the docs, see [vlib/orm](https://github.com/vlang/v/tree/master/vlib/orm). ## Writing Documentation @@ -5401,7 +5401,7 @@ before their definition. Right now it's not possible to modify types while the program is running. More examples, including a graphical application: -[github.com/vlang/v/tree/master/examples/hot_code_reload](https://github.com/vlang/v/tree/master/examples/hot_reload). +[github.com/vlang/v/tree/master/examples/hot_reload](https://github.com/vlang/v/tree/master/examples/hot_reload). ## Cross compilation