From 41808f80fd0b333f156f00021338ce3f2cb063e0 Mon Sep 17 00:00:00 2001 From: Don Alfons Nisnoni Date: Mon, 17 Feb 2020 19:19:15 +0800 Subject: [PATCH] docs: fix hot reload link --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index d158cfa4c5..2c7da50c0b 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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