From 3cee7f428efedea7f3d8b7663233afeb97a94418 Mon Sep 17 00:00:00 2001 From: Nikolay Zapolnov Date: Wed, 4 Jun 2025 17:28:56 +0300 Subject: [PATCH] Use relative submodule paths to facilitate forking. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 21214cb2..f3b161f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,14 @@ [submodule "tests/harness/clargs"] path = tests/harness/clargs - url = ../../cppfw/clargs + url = ../clargs branch = main # ignore = dirty [submodule "tests/harness/tst"] path = tests/harness/tst - url = ../../cppfw/tst + url = ../tst branch = main # ignore = dirty [submodule "tool-configs"] path = tool-configs - url = ../../cppfw/tool-configs + url = ../tool-configs branch = main