Skip to content

Commit 46991c7

Browse files
authored
Use https over git protocol (#683)
https is the preferred protocol for cloning repos. This switches the test262 reference to the https protocol.
1 parent 93df556 commit 46991c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/web-platform-tests/wpt
44
[submodule "crates/javy/test262"]
55
path = crates/javy/test262
6-
url = git@github.com:tc39/test262.git
6+
url = https://github.com/tc39/test262

0 commit comments

Comments
 (0)