Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
update submodule path to use https, see #1229
Browse files Browse the repository at this point in the history
  • Loading branch information
mheuser committed Jul 10, 2012
1 parent 88718fc commit d0ddde8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d0ddde8

Please sign in to comment.