Skip to content

Commit 38894f7

Browse files
committed
Update submodule urls
1 parent 338f922 commit 38894f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitmodules

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[submodule "LinkedList"]
22
path = LinkedList
3-
url = https://github.com/wkbae/LinkedList
3+
url = https://github.com/WKBae/LinkedList
44
[submodule "BinaryTree"]
55
path = BinaryTree
6-
url = ../BinaryTree
6+
url = https://github.com/WKBae/BinaryTree
77
[submodule "BinarySearchTree"]
88
path = BinarySearchTree
9-
url = ../BinarySearchTree
9+
url = https://github.com/WKBae/BinarySearchTree
1010
[submodule "Graph"]
1111
path = Graph
12-
url = ../Graph
12+
url = https://github.com/WKBae/Graph

0 commit comments

Comments
 (0)