diff --git a/.gitmodules b/.gitmodules index b10d8a3..502aecb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "instructions"] path = instructions - url = ../dsrptlab/instructions.git + url = https://gitea.dsrptlab.com/dsrptlab/instructions.git [submodule "frontend"] path = frontend - url = ../clientflow/frontend.git + url = https://gitea.dsrptlab.com/clientflow/frontend.git branch = main [submodule "backend"] path = backend - url = ../clientflow/backend.git + url = https://gitea.dsrptlab.com/clientflow/backend.git branch = main [submodule "backend_worker"] path = backend_worker - url = ../clientflow/backend_worker.git + url = https://gitea.dsrptlab.com/clientflow/backend_worker.git branch = main