diff options
| -rw-r--r-- | .gitmodules | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules index 175ba84..7cdadb1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,34 +1,34 @@ [submodule "apigrabber"] path = apigrabber - url = https://github.com/vainglorygame/apigrabber + url = https://gitlab.com/vainglorygame/apigrabber branch = releases/1.0.0 [submodule "processor"] path = processor - url = https://github.com/vainglorygame/processor + url = https://gitlab.com/vainglorygame/processor branch = releases/1.0.0 -[submodule "statscompiler"] - path = statscompiler - url = https://github.com/vainglorygame/statscompiler +[submodule "compiler"] + path = compiler + url = https://gitlab.com/vainglorygame/compiler branch = releases/1.0.0 [submodule "discordbot"] path = discordbot - url = https://github.com/vainglorygame/discordbot + url = https://gitlab.com/vainglorygame/discordbot branch = releases/1.0.0 [submodule "preloader"] path = preloader - url = https://github.com/vainglorygame/preloader + url = https://gitlab.com/vainglorygame/preloader branch = releases/1.0.0 [submodule "vaindock"] path = vaindock - url = https://github.com/vainglorygame/vaindock + url = https://gitlab.com/vainglorygame/vaindock branch = develop [submodule "vainsocial"] path = vainsocial - url = https://github.com/vainglorygame/vainsocial + url = https://gitlab.com/vainglorygame/vainsocial branch = releases/1.0.0 -[submodule "vainglorygame.github.io"] - path = vainglorygame.github.io - url = https://github.com/vainglorygame/vainglorygame.github.io +[submodule "vainglorygame.gitlab.io"] + path = vainglorygame.gitlab.io + url = https://gitlab.com/vainglorygame/vainglorygame.gitlab.io [submodule "analyzer"] path = analyzer - url = https://github.com/vainglorygame/analyzer + url = https://gitlab.com/vainglorygame/analyzer |
