Skip to content

Commit

Permalink
Use https over git protocol (#683)
Browse files Browse the repository at this point in the history
https is the preferred protocol for cloning repos. This switches the
test262 reference to the https protocol.
  • Loading branch information
ewalk153 authored Jul 2, 2024
1 parent 93df556 commit 46991c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/web-platform-tests/wpt
[submodule "crates/javy/test262"]
path = crates/javy/test262
url = git@github.com:tc39/test262.git
url = https://github.com/tc39/test262

0 comments on commit 46991c7

Please sign in to comment.