Pārlūkot izejas kodu

Attempt to use public URL for submodules

Michael Hanke 8 gadi atpakaļ
vecāks
revīzija
72b577b301
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .gitmodules

+ 2 - 2
.gitmodules

@@ -1,9 +1,9 @@
 [submodule "raw/phase2"]
 	path = src/phase2
-	url = ../phase2
+	url = https://github.com/psychoinformatics-de/studyforrest-data-phase2.git
 [submodule "raw/tnt"]
 	path = src/tnt
-	url = ../tnt
+	url = https://github.com/psychoinformatics-de/studyforrest-data-templatetransforms.git
 [submodule "src/phase1"]
 	path = src/phase1
 	url = ../phase1