Skip to content

Commit

Permalink
Using https://... instead of relative URL for submoduling. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhui-zheng authored Apr 5, 2020
1 parent 1140a9d commit 341bc6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "FreeRTOS-Labs/Source/FreeRTOS-Plus-FAT"]
path = FreeRTOS-Labs/Source/FreeRTOS-Plus-FAT
url = ../Lab-Project-FreeRTOS-FAT.git
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git
[submodule "FreeRTOS-Labs/Source/FreeRTOS-Plus-POSIX"]
path = FreeRTOS-Labs/Source/FreeRTOS-Plus-POSIX
url = ../Lab-Project-FreeRTOS-POSIX.git
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-POSIX.git
[submodule "FreeRTOS/Source"]
path = FreeRTOS/Source
url = ../FreeRTOS-Kernel.git
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git

0 comments on commit 341bc6e

Please sign in to comment.