From 5816b3a5f965d22f899243f2c4922345aebd6f61 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 29 May 2020 19:41:12 -0700 Subject: [PATCH] Update remote locations for submodules. --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index cd67bcc..a6e9590 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "collar"] path = collar - url = vanilla@dev.danilafe.com:CS-46X/collar.git + url = https://dev.danilafe.com/CS-46X/collar.git [submodule "gateway"] path = gateway - url = vanilla@dev.danilafe.com:CS-46X/gateway.git + url = https://dev.danilafe.com/CS-46X/gateway-old.git [submodule "server"] path = server - url = vanilla@dev.danilafe.com:CS-46X/server.git + url = https://dev.danilafe.com/CS-46x/server.git [submodule "app"] path = app - url = vanilla@dev.danilafe.com:CS-46X/app.git + url = https://dev.danilafe.com/CS-46X/app.git