From fd9a66afb4a8347b344db23fc9f461c697d158fa Mon Sep 17 00:00:00 2001 From: Simon Hilchenbach Date: Thu, 13 Feb 2020 21:57:51 +0100 Subject: [PATCH] Use relative url in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 10815e306..9389d5874 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs/themes/vikunja"] path = docs/themes/vikunja - url = https://git.kolaente.de/vikunja/theme.git + url = ../theme.git -- 2.40.1