From 54aa746b75d04640758c7e62472e6b335a4a8926 Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Sat, 16 Dec 2023 17:39:41 +0100 Subject: [PATCH] Modified git submodule path to point at our own coopy because the main does not work for us at the moment. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9a78796..12f12d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "hdt-cpp"] path = hdt-cpp - url = https://github.com/rdfhdt/hdt-cpp.git + url = ../hdt-cpp.git branch = develop