From 385a58ce77d5397ec4ad05b11678f312cc288179 Mon Sep 17 00:00:00 2001 From: YAHIA-AMAR Date: Fri, 3 Apr 2026 15:09:08 +0200 Subject: [PATCH] =?UTF-8?q?Corrected=20path=20in=20README:=20./template=5F?= =?UTF-8?q?configuration=20=E2=86=92=20./examples/template=5Fconfiguration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e87ce3bcf..fabe5220b68 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ See the readme file in the ```./portable``` directory for more information. - The ```./include``` directory contains the real time kernel header files. -- The ```./template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project. +- The ```./examples/template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project. See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions. ### Code Formatting