From 014ec2be69a2670e6550d5718225eda3f9383c93 Mon Sep 17 00:00:00 2001 From: shilch Date: Thu, 13 Feb 2020 21:18:49 +0000 Subject: [PATCH] Use relative url in .gitmodules (#132) Use relative url in .gitmodules Co-authored-by: Simon Hilchenbach Reviewed-on: https://kolaente.dev/vikunja/api/pulls/132 Reviewed-by: konrad --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 10815e3064..9389d58742 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