From 00cad538a53364aca98940fbc116c9db69f03e67 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 21 May 2011 11:16:54 -0400 Subject: [PATCH] oops, use absolute paths for submodule urls --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ce164cc..6ece393 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "code/wfpl"] path = code/wfpl - url = ../wfpl.git + url = /home/jasonwoof/www/wfpl.git [submodule "code/ckeditor"] path = code/ckeditor - url = ../ckeditor.git + url = /home/jasonwoof/www/ckeditor.git -- 1.7.10.4