From ad9a954717c5461eb790ab44f81f64bc35525abf Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 Mar 2019 00:03:39 +0100 Subject: [PATCH] http -> https --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index c9cfff5..469c165 100644 --- a/Contributing.md +++ b/Contributing.md @@ -67,7 +67,7 @@ Make sure that your code follows our [[Style Guide]] and run from the PDF.js fol gulp lint ``` -_Protip_: If you are a Vim user, then install [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736), install ESLint globally using `npm install -g eslint` and add the following line to your `.vimrc`: +_Protip_: If you are a Vim user, then install [Syntastic](https://www.vim.org/scripts/script.php?script_id=2736), install ESLint globally using `npm install -g eslint` and add the following line to your `.vimrc`: ``` let g:syntastic_javascript_checkers=['eslint']