Skip to content

Commit 3546f0c

Browse files
committed
update submodule url to relative
1 parent acfff02 commit 3546f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "backend"]
22
path = backend
3-
url = [email protected]:coding/WebIDE-Backend.git
3+
url = ../WebIDE-Backend.git
44
[submodule "frontend"]
55
path = frontend
6-
url = [email protected]:coding/WebIDE-Frontend.git
6+
url = ../WebIDE-Frontend.git
77
[submodule "frontend-webjars"]
88
path = frontend-webjars
9-
url = [email protected]:coding/WebIDE-Frontend-Webjars.git
9+
url = ../WebIDE-Frontend-Webjars.git

0 commit comments

Comments
 (0)