From bb8a66d54425df231b8fd4480c11142289960c43 Mon Sep 17 00:00:00 2001 From: Ben Oakes Date: Mon, 4 Feb 2013 11:57:46 -0600 Subject: [PATCH] Fix wiki links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems to have broken with GitHub's relative link change https://github.com/blog/1395-relative-links-in-markup-files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32ddb14..02bba7f 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,11 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. ## People Using Vundle -see [Examples](/gmarik/vundle/wiki/Examples) +see [Examples](https://github.com/gmarik/vundle/wiki/Examples) ## FAQ -see [wiki](/gmarik/vundle/wiki) +see [wiki](https://github.com/gmarik/vundle/wiki) ## Contributors