Skip to content

Commit 1ae7e91

Browse files
committed
Update repository references.
Saves a 301 redirect and removes a tad bit of confusion when `git clone`-ing Vundle when installing.
1 parent cfd3b2d commit 1ae7e91

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Help Maintain Vundle](https://github.com/gmarik/Vundle.vim/issues/383)
1+
## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383)
22

33
## About
44

@@ -20,7 +20,7 @@
2020

2121
[Vundle] is undergoing an [interface change], please stay up to date to get latest changes.
2222

23-
[![Gitter-chat](https://badges.gitter.im/gmarik/Vundle.vim.svg)](https://gitter.im/gmarik/Vundle.vim) for discussion and support.
23+
[![Gitter-chat](https://badges.gitter.im/VundleVim/Vundle.vim.svg)](https://gitter.im/VundleVim/Vundle.vim) for discussion and support.
2424

2525
![Vundle-installer](http://i.imgur.com/Rueh7Cc.png)
2626

@@ -38,7 +38,7 @@
3838

3939
2. Set up [Vundle]:
4040

41-
`$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
41+
`$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
4242

4343
3. Configure Plugins:
4444

@@ -55,7 +55,7 @@
5555
"call vundle#begin('~/some/path/here')
5656
5757
" let Vundle manage Vundle, required
58-
Plugin 'gmarik/Vundle.vim'
58+
Plugin 'VundleVim/Vundle.vim'
5959
6060
" The following are examples of different formats supported.
6161
" Keep Plugin commands between vundle#begin/end.
@@ -97,19 +97,19 @@
9797

9898
## Docs
9999

100-
See the [`:h vundle`](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
100+
See the [`:h vundle`](https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt) Vimdoc for more details.
101101

102102
## Changelog
103103

104-
See the [changelog](https://github.com/gmarik/Vundle.vim/blob/master/changelog.md).
104+
See the [changelog](https://github.com/VundleVim/Vundle.vim/blob/master/changelog.md).
105105

106106
## People Using Vundle
107107

108-
see [Examples](https://github.com/gmarik/Vundle.vim/wiki/Examples)
108+
see [Examples](https://github.com/VundleVim/Vundle.vim/wiki/Examples)
109109

110110
## Contributors
111111

112-
see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributors)
112+
see [Vundle contributors](https://github.com/VundleVim/Vundle.vim/graphs/contributors)
113113

114114
*Thank you!*
115115

@@ -139,10 +139,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
139139
* search by description as well
140140
* make it rock!
141141

142-
[Vundle]:http://github.com/gmarik/Vundle.vim
143-
[Windows setup]:https://github.com/gmarik/Vundle.vim/wiki/Vundle-for-Windows
144-
[FAQ]:https://github.com/gmarik/Vundle.vim/wiki
145-
[Tips]:https://github.com/gmarik/Vundle.vim/wiki/Tips-and-Tricks
142+
[Vundle]:http://github.com/VundleVim/Vundle.vim
143+
[Windows setup]:https://github.com/VundleVim/Vundle.vim/wiki/Vundle-for-Windows
144+
[FAQ]:https://github.com/VundleVim/Vundle.vim/wiki
145+
[Tips]:https://github.com/VundleVim/Vundle.vim/wiki/Tips-and-Tricks
146146
[Vim]:http://www.vim.org
147147
[Git]:http://git-scm.com
148148
[`git clone`]:http://gitref.org/creating/#clone
@@ -151,10 +151,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
151151
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
152152
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
153153

154-
[configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
155-
[install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
156-
[update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
157-
[search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
158-
[clean]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
159-
[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
160-
[interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
154+
[configure]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
155+
[install]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
156+
[update]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
157+
[search]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
158+
[clean]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
159+
[interactive mode]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
160+
[interface change]:https://github.com/VundleVim/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396

0 commit comments

Comments
 (0)