From 9f8f70e32ac0000fbfbab61dd3a9b8853259cb84 Mon Sep 17 00:00:00 2001 From: Junbo Zheng Date: Wed, 26 Oct 2022 18:48:16 +0800 Subject: [PATCH] README.md: Update NuttX Porting Guide Online links Signed-off-by: Junbo Zheng --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a858e585..dc179d7c9 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,8 @@ A: Here are three: You can copy any pieces that you like from the old apps/directory to your custom apps directory as necessary. - This is documented in `NuttX/boards/README.txt`. + This is documented in `NuttX/boards/README.txt` and `NuttX Porting Guide` + online at . 3) If you like the random collection of stuff in the `apps/` directory but just want to expand the existing components with your own, external