diff options
| author | Huan Nguyen <[email protected]> | 2025-05-15 09:06:15 -0600 |
|---|---|---|
| committer | Huan Nguyen <[email protected]> | 2025-05-15 09:06:15 -0600 |
| commit | 25c708167d8b4387ed13c5a274eeb02dad3fa984 (patch) | |
| tree | 0425c5d88c8a43fa2ed72e9e1c836a64b839edcc | |
| parent | 8f9cf9207e94f02c23578d944b0875156efdfdf1 (diff) | |
Fix URL for submodules to work for everyone
| -rw-r--r-- | .gitmodules | 4 |
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 |
