From c77e21e31dcd6aaf2b45d92ff231e39c66f38083 Mon Sep 17 00:00:00 2001
From: "bedran.sezer" <bedran.sezer@etu.hesge.ch>
Date: Mon, 17 Jun 2024 14:19:13 +0200
Subject: [PATCH] Ajout du sous-module NodeApp/src/sharedByClients

---
 .gitmodules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 4bf94cb..94297cb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,10 +3,10 @@
 	url = ../../shared/jetbrains_configuration.git
 [submodule "NodeApp/src/shared"]
 	path = NodeApp/src/shared
-	url = ../../shared/nodesharedcode.git
+	url = https://gitedu.hesge.ch/dojo_project/projects/shared/nodesharedcode
 [submodule "NodeApp/src/sharedByClients"]
 	path = NodeApp/src/sharedByClients
-	url = ../../shared/nodeclientsharedcode.git
+	url = https://gitedu.hesge.ch/dojo_project/projects/shared/nodeclientsharedcode
 [submodule "shared"]
 	path = shared
 	url = ../../shared/nodesharedcode.git
-- 
GitLab