1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: adjust links (#13139)

This commit is contained in:
Yuki Morota 2022-01-12 13:31:45 +09:00 committed by GitHub
parent ab642cac43
commit c98af3c526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4101,7 +4101,7 @@ sql db {
} }
``` ```
For more examples and the docs, see <a href='https://github.com/vlang/v/tree/master/vlib/orm'>vlib/orm</a>. For more examples and the docs, see [vlib/orm](https://github.com/vlang/v/tree/master/vlib/orm).
## Writing Documentation ## Writing Documentation
@ -5401,7 +5401,7 @@ before their definition.
Right now it's not possible to modify types while the program is running. Right now it's not possible to modify types while the program is running.
More examples, including a graphical application: 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 ## Cross compilation