From 4d26eaef37f6802f0c4ab1a2c5c9053775567eff Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 23 May 2014 13:12:39 +0200 Subject: [PATCH] Switch to https instead of ssh --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f01c0f4..5b6a506 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "jquery-ui"] path = jquery-ui - url = git@github.com:jquery/jquery-ui.git + url = https://github.com/jquery/jquery-ui.git [submodule "jtable"] path = jtable - url = git@github.com:hikalkan/jtable.git + url = https://github.com/hikalkan/jtable.git