summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-01 22:42:30 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-01 22:42:30 -0500
commit1bd4f32d974674186900cec0897567419afe0b88 (patch)
treecff1b85ba2044e58931ad9f639c7c186e97be402
parentc055186cd30c22fb51f88e5fccb9d9d1d794da17 (diff)
fixed path to renamed submodules
Signed-off-by: Toby Vincent <tobyv13@gmail.com>
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 1f7ba2b..36382a0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "src/CS340.Graph"]
path = src/CS340.Graph
- url = https://github.com/tobyvin/CS340.Graph.Core
+ url = https://github.com/tobyvin/CS340.Graph
[submodule "src/CS340.Interfaces"]
path = src/CS340.Interfaces
url = https://github.com/tobyvin/CS340.Interfaces
@@ -9,4 +9,4 @@
url = https://github.com/tobyvin/CS340.Extensions
[submodule "src/CS340.PriorityQueue"]
path = src/CS340.PriorityQueue
- url = https://github.com/tobyvin/CS340.PriorityQueue.Core
+ url = https://github.com/tobyvin/CS340.PriorityQueue