Skip to content

Commit ea70d05

Browse files
authored
Fix GraphX template submodule (#499)
1 parent 079cb0d commit ea70d05

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
path = tools/convimg
1313
url = https://github.com/mateoconlechuga/convimg.git
1414
ignore = dirty
15-
[submodule "examples/graphx/template"]
16-
path = examples/graphx/template
17-
url = https://github.com/CE-Programming/graphx-template.git
1815
[submodule "examples/standalone_examples/template"]
1916
path = examples/standalone_examples/template
2017
url = https://github.com/CE-Programming/template.git
18+
[submodule "examples/library_examples/graphx/graphx-template"]
19+
path = examples/library_examples/graphx/template
20+
url = https://github.com/CE-Programming/graphx-template
Submodule template added at 8b1ecf6

0 commit comments

Comments
 (0)