From 2d369b1b011fc0132c7b34e07149f4018d1202eb Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 18:27:17 +0000 Subject: [PATCH] Point server submodule at Trainy-ai/pluto-server The submodule URL still referenced the old mlop-ai/server repo. Update it to the renamed Trainy-ai/pluto-server repository. https://claude.ai/code/session_01MvaLJcUGtwNWJRtkpxJqTb --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4e2e377..3db3b99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "server"] path = server - url = https://github.com/mlop-ai/server.git + url = https://github.com/Trainy-ai/pluto-server.git