From 5f4a98597672bd380636589ab8886117767f2d8b Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 8 May 2021 09:19:12 +1200 Subject: [PATCH] Make submodule origin repo be relative to parent --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0ccc26ca95..12e8d16c35 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vircadia-web"] path = vircadia-web - url = https://github.com/vircadia/vircadia-web.git + url = ./vircadia-web.git \ No newline at end of file