diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-17 00:38:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-17 00:38:02 -0400 |
commit | 650527bef8bdac0edf08b383f6d721ca19aee5b1 (patch) | |
tree | d4a66208fe52a9935caf6a9f9aa95e16719af42c /.gitmodules | |
parent | 6f66fb08ee04b3ce1fb7b4a113ab99d3e1887c66 (diff) | |
download | fork-ledger-650527bef8bdac0edf08b383f6d721ca19aee5b1.tar.gz fork-ledger-650527bef8bdac0edf08b383f6d721ca19aee5b1.tar.bz2 fork-ledger-650527bef8bdac0edf08b383f6d721ca19aee5b1.zip |
Moved the data directory into doc.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index ffdad2f1..4ecd5145 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,6 @@ [submodule "lib/libofx"] path = lib/libofx url = git://newartisans.com/libofx.git -[submodule "data"] - path = data +[submodule "doc/data"] + path = doc/data url = git://newartisans.com/ledger.git |