We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338f922 commit 38894f7Copy full SHA for 38894f7
.gitmodules
@@ -1,12 +1,12 @@
1
[submodule "LinkedList"]
2
path = LinkedList
3
- url = https://github.com/wkbae/LinkedList
+ url = https://github.com/WKBae/LinkedList
4
[submodule "BinaryTree"]
5
path = BinaryTree
6
- url = ../BinaryTree
+ url = https://github.com/WKBae/BinaryTree
7
[submodule "BinarySearchTree"]
8
path = BinarySearchTree
9
- url = ../BinarySearchTree
+ url = https://github.com/WKBae/BinarySearchTree
10
[submodule "Graph"]
11
path = Graph
12
- url = ../Graph
+ url = https://github.com/WKBae/Graph
0 commit comments