From 89e485c7f8b1f285b43bb397394f22b79021aac1 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Thu, 18 Oct 2018 10:57:25 +0300 Subject: [PATCH] Manual: update URL for foodcritic. --- doc/syntastic-checkers.txt | 2 +- plugin/syntastic.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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