From 17083d359eb4124136aac64c8825817c08079bc2 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Wed, 8 Sep 2021 15:50:37 +0200 Subject: [PATCH] use relative path for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index efd9acf..42c347c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/rapidfuzz-cpp"] path = src/rapidfuzz-cpp - url = git://github.com/maxbachmann/rapidfuzz-cpp.git + url = ../../maxbachmann/rapidfuzz-cpp.git