From 4bc59c33ddb5d1ed87a45f21da13410698d0643c Mon Sep 17 00:00:00 2001 From: Julian Legler Date: Tue, 31 Oct 2023 13:44:06 +0100 Subject: [PATCH] chore: submodules are now part of the GAIA-X4PLC-AAD github team repository --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6f9c5cf..feaf82d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ -[submodule "DataDashboard"] - path = DataDashboard - url = https://github.com/johannha/DataDashboard.git +[submodule "EDC-Blockchain-Dashboard"] + path = EDC-Blockchain-Dashboard + url = https://github.com/GAIA-X4PLC-AAD/EDC-Blockchain-Dashboard.git branch = demo_v1 -[submodule "edc-interface"] - path = edc-interface - url = https://github.com/johannha/edc-interface.git -[submodule "Samples-Blockchain"] - path = Samples-Blockchain - url = https://github.com/JulianLegler/Samples-Blockchain +[submodule "EDC-Blockchain-Interface"] + path = EDC-Blockchain-Interface + url = https://github.com/GAIA-X4PLC-AAD/EDC-Blockchain-Interface.git +[submodule "EDC-Blockchain-Catalog"] + path = EDC-Blockchain-Catalog + url = https://github.com/GAIA-X4PLC-AAD/EDC-Blockchain-Catalog.git