diff --git a/.gitmodules b/.gitmodules index 4b81454..d6ee64e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "codebase"] path = codebase - url = ssh://git@forge.nasty.sh:2222/lilith/platform-codebase.git + url = https://forge.ct.uvlava.com/platforms/platform-codebase.git [submodule "deployments"] path = deployments - url = ssh://git@forge.nasty.sh:2222/lilith/platform-deployments.git + url = https://forge.ct.uvlava.com/platforms/platform-deployments.git [submodule "tooling"] path = tooling - url = ssh://git@forge.nasty.sh:2222/lilith/platform-tooling.git + url = https://forge.ct.uvlava.com/platforms/platform-tooling.git [submodule "docs"] path = docs - url = ssh://git@forge.nasty.sh:2222/lilith/platform-docs.git + url = https://forge.ct.uvlava.com/platforms/platform-docs.git [submodule "operations"] path = operations - url = ssh://git@forge.nasty.sh:2222/lilith/platform-operations.git + url = https://forge.ct.uvlava.com/platforms/platform-operations.git