diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 22:14:33 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 22:34:45 +0100 |
commit | 88d545eff1d6215c1f3dd1ef1386edb6352a996b (patch) | |
tree | b5860a32aa74d78361b60373587ac795be25e942 /.gitmodules | |
parent | a8ab9ccce10fb476dc480de40a49b513f5d505de (diff) |
Moved vendor/bootstrap to themses/assets/bootstrap
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8684a4ee..0aa8483a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,5 +2,5 @@ path = vendor/parsedown url = https://github.com/erusev/parsedown.git [submodule "vendor/bootstrap"] - path = vendor/bootstrap + path = themes/assets/bootstrap url = https://github.com/twbs/bootstrap.git |