From ae18a03f6061053771c488e7d3e8a552e015fc1e Mon Sep 17 00:00:00 2001 From: Therdel <14974231+Therdel@users.noreply.github.com> Date: Sat, 8 Jan 2022 11:47:56 +0100 Subject: [PATCH] Fix link in multi_module.md (#941) --- doc/multi_module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/multi_module.md b/doc/multi_module.md index 794fd8cc..1c22863f 100644 --- a/doc/multi_module.md +++ b/doc/multi_module.md @@ -158,4 +158,4 @@ More details static char sandbox_memory_space[10 * 1024 * 1024] = { 0 }; ``` -Third, put all together. Please refer to [main.c](../samples/multi_modules/src/main.c) +Third, put all together. Please refer to [main.c](../samples/multi-module/src/main.c)