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).