From 761a35133e6c99ae1d02f2587b0e089d2231c444 Mon Sep 17 00:00:00 2001 From: eliott <eliott.sammier@tetras-libre.fr> Date: Mon, 8 Jul 2024 10:50:11 +0200 Subject: [PATCH] Change submodule to a relative URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7f58f0f..4a95084 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "macao/themes/hugo-book"] path = macao/themes/macao-hugo-theme - url = gitlab@gitlab.tetras-libre.fr:macao/macao-hugo-theme.git + url = ./macao-hugo-theme.git -- GitLab