From d0ddde89183703f274aab2e1db7a15fff61921f4 Mon Sep 17 00:00:00 2001 From: mheuser Date: Tue, 10 Jul 2012 23:23:09 +0200 Subject: [PATCH] update submodule path to use https, see #1229 --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 38ff43234e1..9c97798c22a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "src/thirdparty/CodeMirror2"] path = src/thirdparty/CodeMirror2 - url = git@github.com:adobe/CodeMirror2.git + url = https://github.com/adobe/CodeMirror2.git [submodule "src/thirdparty/path-utils"] path = src/thirdparty/path-utils - url = git@github.com:jblas/path-utils.git + url = https://github.com/jblas/path-utils.git [submodule "src/thirdparty/jslint"] path = src/thirdparty/jslint - url = git@github.com:douglascrockford/JSLint.git + url = https://github.com/douglascrockford/JSLint.git [submodule "src/thirdparty/smart-auto-complete"] path = src/thirdparty/smart-auto-complete - url = git@github.com:laktek/jQuery-Smart-Auto-Complete.git + url = https://github.com/laktek/jQuery-Smart-Auto-Complete.git