From 06bd44c20849196050c0bdb0050f7891da763a4f Mon Sep 17 00:00:00 2001 From: Nikolay Zapolnov Date: Wed, 4 Jun 2025 17:25:18 +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 829d762..a6ec0fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "tool-configs"] path = tool-configs - url = ../../cppfw/tool-configs + url = ../tool-configs branch = main