From: Jason Woofenden Date: Sat, 21 May 2011 15:16:54 +0000 (-0400) Subject: oops, use absolute paths for submodule urls X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=00cad538a53364aca98940fbc116c9db69f03e67 oops, use absolute paths for submodule urls --- 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