http -> https

Tim van der Meij 2019-03-08 00:03:39 +01:00
parent 070b91a8fc
commit ad9a954717

@ -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']