From 6dcbcd564d35f1cbd23267916682ea9a4895400b Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 19 Mar 2011 21:51:08 -0500 Subject: [PATCH] Fixed uris --- doc/vundle.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vundle.txt b/doc/vundle.txt index d71df4c..bc7be78 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -86,11 +86,11 @@ or > Vundle loves Github, that's why short uris can be used to configure bundles: > - Bundle 'tpope/fugitive' + Bundle 'tpope/vim-fugitive' equals full uri > - Bundle 'http://github.com/tpope/fugitive.git' + Bundle 'http://github.com/tpope/vim-fugitive.git' 4.2 INSTALL SCRIPTS ~