summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuan Nguyen <[email protected]>2025-05-15 09:06:15 -0600
committerHuan Nguyen <[email protected]>2025-05-15 09:06:15 -0600
commit25c708167d8b4387ed13c5a274eeb02dad3fa984 (patch)
tree0425c5d88c8a43fa2ed72e9e1c836a64b839edcc
parent8f9cf9207e94f02c23578d944b0875156efdfdf1 (diff)
Fix URL for submodules to work for everyone
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 22342415..278a2587 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,7 +4,7 @@
branch = 1.0.0
[submodule "test/cmake/filex"]
path = test/cmake/filex
- url = gh:eclipse-threadx/filex.git
+ url = https://github.com/eclipse-threadx/filex.git
[submodule "test/cmake/threadx"]
path = test/cmake/threadx
- url = gh:eclipse-threadx/threadx.git
+ url = https://github.com/eclipse-threadx/threadx.git