From 299e38e667737d890f554e87870135ea57956710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20L=C3=A9tourneau?= Date: Thu, 16 Sep 2021 10:11:31 -0400 Subject: [PATCH] Update #49, working prototype for post upload of json report --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index e9d0104..c28fc97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "MOvIT-Detect-Frontend"] path = MOvIT-Detect-Frontend - url = https://github.com/introlab/MOvIT-Detect-Frontend.git + url = ../MOvIT-Detect-Frontend.git [submodule "MOvIT-Detect-Backend"] path = MOvIT-Detect-Backend - url = https://github.com/introlab/MOvIT-Detect-Backend.git + url = ../MOvIT-Detect-Backend.git [submodule "MOvIT-Detect"] path = MOvIT-Detect - url = https://github.com/introlab/MOvIT-Detect.git + url = ../MOvIT-Detect.git [submodule "MOvIT-Hardware"] path = MOvIT-Hardware - url = https://github.com/introlab/MOvIT-Hardware.git + url = ../MOvIT-Hardware.git