Skip to content

Commit 4b3b86c

Browse files
authored
Fix submodule URLs. (apache#10888)
- Add `.git` suffix. - Remove incubator prefix.
1 parent 98580a2 commit 4b3b86c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitmodules

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[submodule "dmlc-core"]
22
path = 3rdparty/dmlc-core
3-
url = https://github.com/dmlc/dmlc-core
3+
url = https://github.com/dmlc/dmlc-core.git
44
[submodule "dlpack"]
55
path = 3rdparty/dlpack
6-
url = https://github.com/dmlc/dlpack
6+
url = https://github.com/dmlc/dlpack.git
77
[submodule "3rdparty/rang"]
88
path = 3rdparty/rang
9-
url = https://github.com/agauniyal/rang
9+
url = https://github.com/agauniyal/rang.git
1010
[submodule "3rdparty/vta-hw"]
1111
path = 3rdparty/vta-hw
12-
url = https://github.com/apache/incubator-tvm-vta
12+
url = https://github.com/apache/tvm-vta.git
1313
[submodule "3rdparty/libbacktrace"]
1414
path = 3rdparty/libbacktrace
1515
url = https://github.com/tlc-pack/libbacktrace.git
1616
[submodule "3rdparty/cutlass"]
1717
path = 3rdparty/cutlass
18-
url = https://github.com/NVIDIA/cutlass
18+
url = https://github.com/NVIDIA/cutlass.git

0 commit comments

Comments
 (0)