From 0ba85be2a276a6f4d1cd92c3a58a6e82e9e0ccb0 Mon Sep 17 00:00:00 2001 From: Nikolay Zapolnov Date: Wed, 4 Jun 2025 17:26:21 +0300 Subject: [PATCH] Use relative submodule paths to facilitate forking. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 644844b..9841686 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tool-configs"] path = tool-configs - url = ../../cppfw/tool-configs + url = ../tool-configs