From 0979e24e59ba4e527868884035e30f4de85ec9ed Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 16 Apr 2017 09:41:44 +0200 Subject: fix gitmodule branch urls --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index f6bbbc5..64a0525 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,42 +1,42 @@ [submodule "apigrabber"] path = apigrabber url = https://gitlab.com/vainglorygame/apigrabber.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "processor"] path = processor url = https://gitlab.com/vainglorygame/processor.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "discordbot"] path = discordbot url = https://gitlab.com/vainglorygame/discordbot.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vaindock"] path = vaindock url = https://gitlab.com/vainglorygame/vaindock.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vainsocial"] path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vainglorygame.github.io"] path = vainglorygame.github.io url = https://gitlab.com/vainglorygame/vainglorygame.github.io.git [submodule "analyzer"] path = analyzer url = https://gitlab.com/vainglorygame/analyzer.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "cruncher"] path = cruncher url = https://gitlab.com/vainglorygame/cruncher.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "bridge"] path = bridge url = https://gitlab.com/vainglorygame/bridge.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "docs"] path = docs url = https://gitlab.com/vainglorygame/docs.git [submodule "orm"] path = orm url = https://gitlab.com/vainglorygame/orm.git - branch = releases/2.0.0 + branch = release/2.0.0 -- cgit v1.3.1