Skip to content

Commit dd97507

Browse files
fix submodule URL (#174)
1 parent 28a675c commit dd97507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "circuits"]
22
path = circuits
3-
url = git@github.com:fluidex/circuits.git
3+
url = https://github.com/fluidex/circuits.git
44
[submodule "orchestra"]
55
path = orchestra
6-
url = git@github.com:fluidex/orchestra.git
6+
url = https://github.com/fluidex/orchestra.git

0 commit comments

Comments
 (0)