From 69539e003626cc0c5109225303fa70988246fd36 Mon Sep 17 00:00:00 2001 From: baizhi958216 <1475289190@qq.com> Date: Tue, 30 Jun 2026 00:48:58 +0800 Subject: [PATCH] chore: point submodules to aemeathai remotes Signed-off-by: baizhi958216 <1475289190@qq.com> --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0a2ad39..92e95a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "infiplot-web"] path = infiplot-web - url = https://github.com/zonghaoyuan/infiplot + url = https://git.aemeathai.com/zhi/infiplot-web.git + branch = staging [submodule "infiplot-app"] path = infiplot-app - url = /Users/zhi/codes/infiplot-app + url = https://git.aemeathai.com/zhi/infiplot-app.git + branch = main