mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Update readme and revert relative URL. (#27)
* Reordering: bumping cloning instruction up. * Rewording readme.md to be clear kernel code is a submodule of this repository. * Reverting relative URL, since user cannot click through on GitHub page. (With URL, user could still download the correct version of the code. Reverting simply due to UI issue.)
This commit is contained in:
parent
5751ae9b60
commit
42c627b2b8
2 changed files with 17 additions and 17 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "FreeRTOS/Source"]
|
||||
path = FreeRTOS/Source
|
||||
url = ../FreeRTOS-Kernel.git
|
||||
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue