From 0edce45dc9365448f68bf0e0eb1efdcc5b3810cd Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev <0x416b617269@gmail.com> Date: Wed, 20 Feb 2019 01:47:42 +0200 Subject: [PATCH] Use absolute URLs for submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9ebc1a9e0c..7d0228ddba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "cglm"] path = external/cglm - url = ../cglm.git + url = https://github.com/taisei-project/cglm.git branch = taisei [submodule "gamecontrollerdb"] path = external/gamecontrollerdb - url = ../SDL_GameControllerDB.git + url = https://github.com/taisei-project/SDL_GameControllerDB.git branch = master