make submodule path absolute

This commit is contained in:
Christien Rioux 2023-08-18 01:13:09 -04:00
parent 1a18201260
commit af1e4a34dc

18
.gitmodules vendored
View File

@ -1,27 +1,27 @@
[submodule "external/cursive"] [submodule "external/cursive"]
path = external/cursive path = external/cursive
url = ../cursive.git url = https://gitlab.com/veilid/cursive.git
[submodule "external/cursive_buffered_backend"] [submodule "external/cursive_buffered_backend"]
path = external/cursive_buffered_backend path = external/cursive_buffered_backend
url = ../cursive-buffered-backend.git url = https://gitlab.com/veilid/cursive-buffered-backend.git
[submodule "external/cursive-flexi-logger-view"] [submodule "external/cursive-flexi-logger-view"]
path = external/cursive-flexi-logger-view path = external/cursive-flexi-logger-view
url = ../cursive-flexi-logger-view.git url = https://gitlab.com/veilid/cursive-flexi-logger-view.git
[submodule "external/keyring-manager"] [submodule "external/keyring-manager"]
path = external/keyring-manager path = external/keyring-manager
url = ../keyring-manager.git url = https://gitlab.com/veilid/keyring-manager.git
[submodule "external/keyvaluedb"] [submodule "external/keyvaluedb"]
path = external/keyvaluedb path = external/keyvaluedb
url = ../keyvaluedb.git url = https://gitlab.com/veilid/keyvaluedb.git
[submodule "external/libmdns"] [submodule "external/libmdns"]
path = external/libmdns path = external/libmdns
url = ../libmdns.git url = https://gitlab.com/veilid/libmdns.git
[submodule "external/mdns"] [submodule "external/mdns"]
path = external/mdns path = external/mdns
url = ../mdns.git url = https://gitlab.com/veilid/mdns.git
[submodule "external/hashlink"] [submodule "external/hashlink"]
path = external/hashlink path = external/hashlink
url = ../hashlink.git url = https://gitlab.com/veilid/hashlink.git
[submodule "external/rust-igd"] [submodule "external/rust-igd"]
path = external/rust-igd path = external/rust-igd
url = ../rust-igd.git url = https://gitlab.com/veilid/rust-igd.git