diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 05df3c7f..233ef651 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -1476,7 +1476,7 @@ Maintainer: Doug Ireton "Foodcritic" is a linter for "Chef" cookbooks (http://www.opscode.com/chef/). See the project's page for more information: - http://acrmp.github.io/foodcritic/ + http://www.foodcritic.io/ Checker options~ diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 358edd3e..78cce925 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.9.0-16' +let g:_SYNTASTIC_VERSION = '3.9.0-19' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1