From 88e699022cb25dee6ede70e07de295345724daf6 Mon Sep 17 00:00:00 2001
From: eliott <eliott.sammier@tetras-libre.fr>
Date: Mon, 8 Jul 2024 14:22:32 +0200
Subject: [PATCH] Fix relative submodule URL

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 4a95084..8a18861 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "macao/themes/hugo-book"]
 	path = macao/themes/macao-hugo-theme
-	url = ./macao-hugo-theme.git
+	url = ../macao-hugo-theme.git
-- 
GitLab