From dea5f01561dacf9ddba8be6131454fa9e2c31702 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 18:01:08 +0100 Subject: [PATCH] fixed gitmodule urls --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f6d75c934..09958949c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "mithril_client"] path = mithril_client - url = ssh://git@***REMOVED***/~/frontend/gradido_mithrilJS_client + url = ssh://git@github.com:gradido/gradido_mithrilJS_client [submodule "src/protobuf"] path = src/protobuf - url = ssh://git@***REMOVED***/~/gradido_protocol + url = ssh://git@github.com:gradido/gradido_protocol.git