From 8cfa4c3bc0315bc9210bf12730c2bcaf732b0c1c Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 21 May 2011 11:52:41 -0400 Subject: [PATCH] use local proxies of wfpl and ckeditor --- .gitmodules | 4 ++-- code/wfpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8e7aaba..ce164cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "code/wfpl"] path = code/wfpl - url = git://gitorious.org/wfpl/wfpl.git + url = ../wfpl.git [submodule "code/ckeditor"] path = code/ckeditor - url = git://gitorious.org/jasonwoof/ckeditor.git + url = ../ckeditor.git diff --git a/code/wfpl b/code/wfpl index 7b104a1..615c666 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit 7b104a1fadfd6033dc7d08c0cf9fb494ec10266d +Subproject commit 615c6667d12c7972fb08288e1ffaecea8abb16a8 -- 1.7.10.4