docs: fix hot reload link

pull/3756/head
Don Alfons Nisnoni 2020-02-17 19:19:15 +08:00 committed by GitHub
parent 80861f2219
commit 41808f80fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,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_reloading](https://github.com/vlang/v/tree/master/examples/hot_code_reloading).
[github.com/vlang/v/tree/master/examples/hot_code_reload](https://github.com/vlang/v/tree/master/examples/hot_reload).
## Cross compilation