From 9debffb5e0e42ff716f58b2270b3af09652294af Mon Sep 17 00:00:00 2001 From: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:27:46 -0800 Subject: [PATCH] Update README.md to remove dead link. See the conversation https://github.com/FreeRTOS/FreeRTOS/commit/42c627b2b88cb3b487fea983d8b566a8bbae54fa#comments . Linkage for both ```./FreeRTOS/Source``` and ```./FreeRTOS/Demo``` are removed, since it looks weird to only provide linkage to Demo. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4634af9c74..dddb3a49b2 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ This repository contains the FreeRTOS Kernel, a number of supplementary librarie ### Kernel sources The FreeRTOS Kernel Source is in [FreeRTOS/FreeRTOS-Kernel repository](https://github.com/FreeRTOS/FreeRTOS-Kernel), and it is consumed as a submodule in this repository. -The version of the FreeRTOS Kernel Source in use could be accessed at [```./FreeRTOS/Source```](https://github.com/FreeRTOS/FreeRTOS/tree/master/FreeRTOS/Source) +The version of the FreeRTOS Kernel Source in use could be accessed at ```./FreeRTOS/Source``` directory. -A number of Demo projects can be found under [```./FreeRTOS/Demo```](https://github.com/FreeRTOS/FreeRTOS/tree/master/FreeRTOS/Demo) +A number of Demo projects can be found under ```./FreeRTOS/Demo``` directory. ### Supplementary library sources The [FreeRTOS-Plus/Source](https://github.com/FreeRTOS/FreeRTOS/tree/master/FreeRTOS-Plus/Source) directory contains source code for some of the FreeRTOS+ components, as well as select partner provided libraries. These subdirectories contain further readme files and links to documentation. @@ -42,4 +42,4 @@ The [FreeRTOS-Plus/Source](https://github.com/FreeRTOS/FreeRTOS/tree/master/Free documentation, demo usability, or test coverage. At this time the projects ARE A WORK IN PROGRESS and will be released in the main FreeRTOS directories of the download following full review and completion of the documentation. ## Previous releases -Previous releases are available for download under [releases](https://github.com/FreeRTOS/FreeRTOS/releases). \ No newline at end of file +Previous releases are available for download under [releases](https://github.com/FreeRTOS/FreeRTOS/releases).