From 7d86fef59890139a1585aa7a82b11644bf11322f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 6 Aug 2018 21:27:14 +0200 Subject: [PATCH] Add LFS links Contributes to #2431 --- docs/en/modules/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/node.md b/docs/en/modules/node.md index 76ef92ca..fec5ae2c 100644 --- a/docs/en/modules/node.md +++ b/docs/en/modules/node.md @@ -174,7 +174,7 @@ flash ID (number) ## node.flashindex() -Returns the function reference for a function in the LFS (Lua Flash Store). +Returns the function reference for a function in the [LFS (Lua Flash Store)](../lfs.md). #### Syntax `node.flashindex(modulename)` @@ -193,7 +193,7 @@ The `node.flashindex()` is a low level API call that is normally wrapped using s ## node.flashreload() -Reload the LFS (Lua Flash Store) with the flash image provided. Flash images are generated on the host machine using the `luac.cross`commnad. +Reload the [LFS (Lua Flash Store)](../lfs.md) with the flash image provided. Flash images are generated on the host machine using the `luac.cross`commnad. #### Syntax `node.flashreload(imageName)`