From 41059ba9ce49f7080b9afc22dc3ce8028f55f6ac Mon Sep 17 00:00:00 2001 From: Jeremy Mack Date: Thu, 3 Oct 2013 10:02:12 -0400 Subject: [PATCH] Fix wiki link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bca40f7e..682c8ea0 100644 --- a/README.markdown +++ b/README.markdown @@ -162,7 +162,7 @@ If you use these commands a lot then you may want to add shortcut mappings to yo __Q. A syntax checker is giving me unwanted/strange style tips?__ -A. Some filetypes (e.g. php) have style checkers as well as syntax checkers. You can usually configure the options that are passed to the style checkers, or just disable them. Take a look at the [wiki](https://github.com/scrooloose/syntastic/wiki/Syntaxcheckers) to see what options are available. +A. Some filetypes (e.g. php) have style checkers as well as syntax checkers. You can usually configure the options that are passed to the style checkers, or just disable them. Take a look at the [wiki](https://github.com/scrooloose/syntastic/wiki/Syntax-Checkers) to see what options are available. __Q. The error window is closed automatically when I :quit the current buffer but not when I :bdelete it?__