Skip to content

Commit 1b67ba2

Browse files
committed
Change git submodule protocol from ssh to https
1 parent 7058d28 commit 1b67ba2

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 "assets/revealjs"]
22
path = assets/revealjs
3-
url = git@github.com:hakimel/reveal.js.git
3+
url = https://github.com/hakimel/reveal.js.git
44
[submodule "assets/socketio"]
55
path = assets/socketio
6-
url = git@github.com:socketio/socket.io-client.git
6+
url = https://github.com/socketio/socket.io-client.git

0 commit comments

Comments
 (0)