From 75ee449e6c8c710846f2c6f086ae75afade4962f Mon Sep 17 00:00:00 2001 From: SebastianEbert <sebastian.ebert@tu-dresden.de> Date: Fri, 28 Aug 2020 10:04:48 +0200 Subject: [PATCH] changed modules to relative path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9e23856..d39dc16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,4 +19,4 @@ branch = master [submodule "src/tutorial_ros_hello_world"] path = src/tutorial_ros_hello_world - url = git@git-st.inf.tu-dresden.de:ceti/ros-internal/ceti-summer-school/tutorial_ros_hello_world.git + url = ../tutorial_ros_hello_world.git -- GitLab