From e5d453c57bdd95e2cf1d238d9d3b20a9b249ea32 Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayush@beagleboard.org> Date: Wed, 15 May 2024 16:52:00 +0530 Subject: [PATCH] Update submodule path - Migrate to openbeagle.org from old git.beagleboard.org Signed-off-by: Ayush Singh <ayush@beagleboard.org> --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2f95cde3..df41861f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "books/beaglebone-cookbook/code"] path = books/beaglebone-cookbook/code - url = https://git.beagleboard.org/beagleboard/beaglebone-cookbook-code.git + url = https://openbeagle.org/beagleboard/beaglebone-cookbook-code.git [submodule "books/pru-cookbook/code"] path = books/pru-cookbook/code - url = https://git.beagleboard.org/beagleboard/pru-cookbook-code + url = https://openbeagle.org/beagleboard/pru-cookbook-code [submodule "projects/librobotcontrol"] path = projects/librobotcontrol - url = https://git.beagleboard.org/beagleboard/librobotcontrol + url = https://openbeagle.org/beagleboard/librobotcontrol -- GitLab