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