diff --git a/.gitmodules b/.gitmodules index cf5b92fad56171cdf300f86e5f0593d7b35c60b6..0fd6fd97ce4686365e1ba95f956a12189ccca31e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "third_party/lua-cjson"] path = third_party/lua-cjson - url = git://github.com/mpx/lua-cjson.git + url = https://github.com/mpx/lua-cjson.git [submodule "third_party/luajit"] path = third_party/luajit - url = git://github.com/tarantool/luajit.git + url = https://github.com/tarantool/luajit.git [submodule "test/lib/tarantool-python"] path = test/lib/tarantool-python url = https://github.com/mailru/tarantool-python.git