From 4f84d9f2d7d7249ebdc3a994024c1e8e1734efb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 1 Jun 2023 19:11:56 +0200
Subject: [PATCH] Submodules => change to relative path

---
 .gitmodules | 4 ++--
 API         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 21d5b57..1be0dda 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "API"]
 	path = API
-	url = ssh://git@ssh.hesge.ch:10572/isc/projects/dojo/projects/backend/dojobackendapi.git
+	url = ../backend/dojobackendapi.git
 [submodule "Frontend"]
 	path = Frontend
-	url = ssh://git@ssh.hesge.ch:10572/isc/projects/dojo/projects/ui/dojoweb.git
+	url = ../../ui/dojoweb.git
diff --git a/API b/API
index c2beba2..0702e04 160000
--- a/API
+++ b/API
@@ -1 +1 @@
-Subproject commit c2beba228083162924927c4511bc732795907c63
+Subproject commit 0702e0420eae2811328b7f0b7adef495cb5bec02
-- 
GitLab