Skip to content

Commit 6eab7da

Browse files
committed
using https for submodules
1 parent 99894ed commit 6eab7da

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "dls2"]
22
path = dls2
3-
url = git@github.com:iit-DLSLab/dls2.git
3+
url = https://github.com/iit-DLSLab/dls2.git
44
[submodule "robotlib"]
55
path = robotlib
6-
url = git@github.com:iit-DLSLab/robotlib.git
6+
url = https://github.com/iit-DLSLab/robotlib.git
77
[submodule "dls2_ros2_interface"]
88
path = dls2_ros2_interface
9-
url = git@github.com:iit-DLSLab/dls2_ros2_interface.git
9+
url = https://github.com/iit-DLSLab/dls2_ros2_interface.git
1010
[submodule "dls2_msgs"]
1111
path = dls2_msgs
12-
url = git@github.com:iit-DLSLab/dls2_msgs.git
12+
url = https://github.com/iit-DLSLab/dls2_msgs.git
1313
[submodule "pinocchio-gluecode"]
1414
path = pinocchio-gluecode
15-
url = git@github.com:iit-DLSLab/pinocchio-gluecode.git
15+
url = https://github.com/iit-DLSLab/pinocchio-gluecode.git

dls2

Submodule dls2 updated 1 file

0 commit comments

Comments
 (0)