From a7c98f806af440cea18504a2ae40e8505ea3dc9e Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Fri, 29 Jan 2021 17:14:40 +0100 Subject: [PATCH] use absolute urls for this fork --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0163ef8..113036b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "relast-preprocessor"] path = relast-preprocessor - url = ../relast-preprocessor.git + url = git@git-st.inf.tu-dresden.de:jastadd/relast-preprocessor.git branch = jastadd-fix-inc-param-debug [submodule "ragconnect.base/src/main/jastadd/mustache"] path = ragconnect.base/src/main/jastadd/mustache - url = ../mustache + url = git@git-st.inf.tu-dresden.de:jastadd/mustache.git -- GitLab