Skip to content

Commit c836e82

Browse files
authored
use https to fetch submodules
1 parent ffe78b4 commit c836e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "tests/cts"]
22
path = tests/cts
3-
url = git@github.com:jsonpath-standard/jsonpath-compliance-test-suite.git
3+
url = https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git
44
[submodule "tests/nts"]
55
path = tests/nts
6-
url = git@github.com:jg-rp/jsonpath-compliance-normalized-paths.git
6+
url = https://github.com/jg-rp/jsonpath-compliance-normalized-paths.git

0 commit comments

Comments
 (0)