diff options
| author | Will James <will@onnyturf.com> | 2010-06-13 15:20:29 -0400 |
|---|---|---|
| committer | Will James <will@onnyturf.com> | 2010-06-13 15:20:29 -0400 |
| commit | 6749e1edb9ab91649401f69ff71776ae7ee9de02 (patch) | |
| tree | 6b7566e8aa90cf52adbf8d14c6115b82aa004e52 /.gitmodules | |
| parent | db79a1b34c06715bc3b58d1f572adc1a9515a15e (diff) | |
| download | themes-6749e1edb9ab91649401f69ff71776ae7ee9de02.tar.gz themes-6749e1edb9ab91649401f69ff71776ae7ee9de02.tar.bz2 themes-6749e1edb9ab91649401f69ff71776ae7ee9de02.zip | |
make icon and style paths relative to github
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 80cb929..904e9aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "icon_styles/tango"] path = icon_styles/tango - url = git://bitweaver.org/iconstyle_tango.git + url = http://github.com/bitweaver/iconstyle_tango.git [submodule "styles/basic"] path = styles/basic - url = ../style_basic.git + url = http://github.com/bitweaver/style_basic.git |
