Skip to content

Commit 91d3d8e

Browse files
author
Johnny Robeson
committed
Merge pull request spf13#776 from xinan/3.0
Update project link for msysgit
2 parents aaefac8 + 8f5f160 commit 91d3d8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you have a bash-compatible shell you can run the script directly:
4242

4343
## Installing on Windows
4444

45-
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
45+
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
4646
The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) is via [Chocolatey] NuGet. After installing [Chocolatey], execute the following commands on the _command prompt_:
4747

4848
C:\> choco install spf13-vim
@@ -188,9 +188,9 @@ and `.vimrc.bundles.fork` files in the root of their fork. The load order for t
188188

189189
See `.vimrc.bundles` for specifics on what options can be set to override bundle configuration. See `.vimrc.before` for specifics
190190
on what options can be overridden. Most vim configuration options should be set in your `.vimrc.fork` file, bundle configuration
191-
needs to be set in your `.vimrc.bundles.fork` file.
191+
needs to be set in your `.vimrc.bundles.fork` file.
192192

193-
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
193+
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
194194
in a fork repo for the default bundles.
195195
```bash
196196
echo let g:spf13_bundle_groups=[\'general\', \'programming\', \'misc\', \'youcompleteme\'] >> .vimrc.before.fork
@@ -511,7 +511,7 @@ Here's some tips if you've never used VIM before:
511511
[Git]:http://git-scm.com
512512
[Curl]:http://curl.haxx.se
513513
[Vim]:http://www.vim.org/download.php#pc
514-
[msysgit]:http://code.google.com/p/msysgit
514+
[msysgit]:http://msysgit.github.io
515515
[Chocolatey]: http://chocolatey.org/
516516
[spf13-vim package]: https://chocolatey.org/packages/spf13-vim
517517
[MacVim]:http://code.google.com/p/macvim/

0 commit comments

Comments
 (0)