diff --git a/.gitmodules b/.gitmodules index fc1a6078..5e3ef47d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,15 @@ [submodule "deps/SDL"] path = deps/SDL - url = https://bitbucket.org/ecwolf/sdl.git + url = https://github.com/ECWolfEngine/sdl.git [submodule "deps/SDL_mixer"] path = deps/SDL_mixer - url = https://bitbucket.org/ecwolf/sdl_mixer-for-ecwolf.git + url = https://github.com/ECWolfEngine/sdl_mixer-for-ecwolf.git [submodule "deps/SDL_net"] path = deps/SDL_net - url = https://bitbucket.org/ecwolf/sdl_net.git + url = https://github.com/ECWolfEngine/sdl_net.git + [submodule "src/libretro/libretro-common"] path = src/libretro/libretro-common url = https://github.com/libretro/libretro-common.git