From 3c04ea41299111ab8773a552392986fdadd82e09 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 26 Jun 2019 11:32:07 +0200 Subject: [PATCH] fix url in gitmodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f460f717..36070c59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "theme"] path = theme - url = ssh://git@git-r3lab-server.uni.lu:8022/R3/outreach/theme.git + url = ssh://git@git-r3lab-server.uni.lu:8022/R3-core/outreach/theme.git -- GitLab