Skip to content

Commit c43f4c2

Browse files
committed
use relative paths for git submodules
1 parent 13bded7 commit c43f4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "opentracing-cpp"]
22
path = opentracing-cpp
3-
url = [email protected]:DataDog/opentracing-cpp.git
3+
url = ../opentracing-cpp.git
44
[submodule "dd-opentracing-cpp"]
55
path = dd-opentracing-cpp
6-
url = [email protected]:DataDog/dd-opentracing-cpp.git
6+
url = ../dd-opentracing-cpp.git

0 commit comments

Comments
 (0)