diff --git a/.gitmodules b/.gitmodules index 9b412399..f67ec2d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ ignore = dirty [submodule "bundle/vim-slim"] path = bundle/vim-slim - url = git://github.com/bbommarito/vim-slim.git + url = git://github.com/slim-template/vim-slim.git [submodule "bundle/gundo"] path = bundle/gundo url = https://github.com/sjl/gundo.vim.git diff --git a/README.md b/README.md index 3f51a9c8..59148af1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # To Install (Re)move ~/.vim and ~/.vimrc if you have them already, and run: - git clone git://github.com/pivotal/vim-config.git ~/.vim + git clone git://github.com/pivotalforks/vim-config.git ~/.vim cd ~/.vim git submodule update --init ln -s ~/.vim/vimrc ~/.vimrc