Skip to content

Commit a0626c0

Browse files
committed
Update link to point to the github version
As the URL checks are generating a false positive for the local link
1 parent b73ddf8 commit a0626c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
^docs$
2727
^pkgdown$
2828
^vignettes/[^-]+.gif$
29+
^CRAN-SUBMISSION$

vignettes/editors.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lintr can be integrated with [syntastic](https://github.com/vim-syntastic/syntas
7171

7272
### Installation
7373

74-
Put the file [syntastic/lintr.vim](inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`.
74+
Put the file [syntastic/lintr.vim](https://raw.githubusercontent.com/r-lib/lintr/v2.0.1/inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`.
7575
If you are using [pathogen](https://github.com/tpope/vim-pathogen) this directory is `~/.vim/bundles/syntastic/syntax_checkers/r`.
7676

7777
You will also need to add the following lines to your `.vimrc`.

0 commit comments

Comments
 (0)