From f67e25fcd3163da91cb80c38d3bfa358c21d7fb1 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 5 Feb 2026 20:51:24 -0300 Subject: [PATCH] Change submodule URLs from ALM to GitHub Remove ALM remote references to avoid authentication prompts when cloning. All submodules now point to their GitHub repositories. --- .gitmodules | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3b79285..738c99c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,42 +1,42 @@ [submodule "botapp"] path = botapp - url = https://alm.pragmatismo.com.br/GeneralBots/botapp.git + url = https://github.com/GeneralBots/botapp.git [submodule "botserver"] path = botserver - url = https://alm.pragmatismo.com.br/GeneralBots/botserver.git + url = https://github.com/GeneralBots/BotServer.git [submodule "botlib"] path = botlib - url = https://alm.pragmatismo.com.br/GeneralBots/botlib.git + url = https://github.com/GeneralBots/botlib.git [submodule "botui"] path = botui - url = https://alm.pragmatismo.com.br/GeneralBots/botui.git + url = https://github.com/GeneralBots/botui.git [submodule "botbook"] path = botbook - url = https://alm.pragmatismo.com.br/GeneralBots/botbook.git + url = https://github.com/GeneralBots/botbook.git [submodule "bottest"] path = bottest - url = https://alm.pragmatismo.com.br/GeneralBots/bottest.git + url = https://github.com/GeneralBots/bottest.git [submodule "botdevice"] path = botdevice - url = https://alm.pragmatismo.com.br/GeneralBots/botdevice.git + url = https://github.com/GeneralBots/botdevice.git [submodule "botmodels"] path = botmodels - url = https://alm.pragmatismo.com.br/GeneralBots/botmodels.git + url = https://github.com/GeneralBots/botmodels.git [submodule "botplugin"] path = botplugin - url = https://alm.pragmatismo.com.br/GeneralBots/botplugin.git + url = https://github.com/GeneralBots/botplugin.git [submodule "bottemplates"] path = bottemplates - url = https://alm.pragmatismo.com.br/GeneralBots/bottemplates.git + url = https://github.com/GeneralBots/bottemplates.git [submodule ".github"] path = .github - url = https://alm.pragmatismo.com.br/GeneralBots/.github.git + url = https://github.com/GeneralBots/.github.git