From e106f6a1225bdeb5acefb87b51a8631aa8523ae9 Mon Sep 17 00:00:00 2001 From: Federico Rojas G <81295115+federrg@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:45:42 +0100 Subject: [PATCH] Update .gitmodules to point to github Update the URL of submodule tc_mca_std_lib in .gitmodules to point to the Gihub repo. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3eb7f73..b86d0c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "solution/tc_project_app/tc_mca_std_lib"] path = solution/tc_project_app/tc_mca_std_lib - url = https://bitbucket.org/europeanspallationsource/tc_mca_std_lib.git + url = https://github.com/EuropeanSpallationSource/tc_mca_std_lib.git