Merge pull request #628 from dleve123/update-readme-to-reflect-new-repo
Update repository references in README
This commit is contained in:
commit
0ee36b26e1
38
README.md
38
README.md
@ -1,4 +1,4 @@
|
|||||||
## [Help Maintain Vundle](https://github.com/gmarik/Vundle.vim/issues/383)
|
## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
[Vundle] is undergoing an [interface change], please stay up to date to get latest changes.
|
[Vundle] is undergoing an [interface change], please stay up to date to get latest changes.
|
||||||
|
|
||||||
[![Gitter-chat](https://badges.gitter.im/gmarik/Vundle.vim.svg)](https://gitter.im/gmarik/Vundle.vim) for discussion and support.
|
[![Gitter-chat](https://badges.gitter.im/VundleVim/Vundle.vim.svg)](https://gitter.im/VundleVim/Vundle.vim) for discussion and support.
|
||||||
|
|
||||||
![Vundle-installer](http://i.imgur.com/Rueh7Cc.png)
|
![Vundle-installer](http://i.imgur.com/Rueh7Cc.png)
|
||||||
|
|
||||||
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
2. Set up [Vundle]:
|
2. Set up [Vundle]:
|
||||||
|
|
||||||
`$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
|
`$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
|
||||||
|
|
||||||
3. Configure Plugins:
|
3. Configure Plugins:
|
||||||
|
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"call vundle#begin('~/some/path/here')
|
"call vundle#begin('~/some/path/here')
|
||||||
|
|
||||||
" let Vundle manage Vundle, required
|
" let Vundle manage Vundle, required
|
||||||
Plugin 'gmarik/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
|
||||||
" The following are examples of different formats supported.
|
" The following are examples of different formats supported.
|
||||||
" Keep Plugin commands between vundle#begin/end.
|
" Keep Plugin commands between vundle#begin/end.
|
||||||
@ -97,19 +97,19 @@
|
|||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
|
See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
See the [changelog](https://github.com/gmarik/Vundle.vim/blob/master/changelog.md).
|
See the [changelog](https://github.com/VundleVim/Vundle.vim/blob/master/changelog.md).
|
||||||
|
|
||||||
## People Using Vundle
|
## People Using Vundle
|
||||||
|
|
||||||
see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
|
see [Examples](https://github.com/VundleVim/Vundle.vim/wiki/Examples)
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributors)
|
see [Vundle contributors](https://github.com/VundleVim/Vundle.vim/graphs/contributors)
|
||||||
|
|
||||||
*Thank you!*
|
*Thank you!*
|
||||||
|
|
||||||
@ -139,10 +139,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
|
|||||||
* search by description as well
|
* search by description as well
|
||||||
* make it rock!
|
* make it rock!
|
||||||
|
|
||||||
[Vundle]:http://github.com/gmarik/Vundle.vim
|
[Vundle]:http://github.com/VundleVim/Vundle.vim
|
||||||
[Windows setup]:https://github.com/gmarik/Vundle.vim/wiki/Vundle-for-Windows
|
[Windows setup]:https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows
|
||||||
[FAQ]:https://github.com/gmarik/Vundle.vim/wiki
|
[FAQ]:https://github.com/VundleVim/Vundle.vim/wiki
|
||||||
[Tips]:https://github.com/gmarik/Vundle.vim/wiki/Tips-and-Tricks
|
[Tips]:https://github.com/VundleVim/Vundle.vim/wiki/Tips-and-Tricks
|
||||||
[Vim]:http://www.vim.org
|
[Vim]:http://www.vim.org
|
||||||
[Git]:http://git-scm.com
|
[Git]:http://git-scm.com
|
||||||
[`git clone`]:http://gitref.org/creating/#clone
|
[`git clone`]:http://gitref.org/creating/#clone
|
||||||
@ -151,10 +151,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
|
|||||||
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
|
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
|
||||||
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
|
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
|
||||||
|
|
||||||
[configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
|
[configure]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
|
||||||
[install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
|
[install]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
|
||||||
[update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
|
[update]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
|
||||||
[search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
|
[search]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
|
||||||
[clean]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
|
[clean]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
|
||||||
[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
|
[interactive mode]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
|
||||||
[interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
|
[interface change]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
|
||||||
|
Loading…
Reference in New Issue
Block a user