diff --git a/vignettes/continuous-integration.Rmd b/vignettes/continuous-integration.Rmd index 5ccf10848..af4f44d01 100644 --- a/vignettes/continuous-integration.Rmd +++ b/vignettes/continuous-integration.Rmd @@ -86,6 +86,6 @@ usethis::use_github_action("lint-project") ### Super-Linter -`lintr` powers R lints for [Super-Linter](https://github.com/github/super-linter) and [MegaLinter](https://oxsecurity.github.io/megalinter/latest/), +`lintr` powers R lints for [Super-Linter](https://github.com/github/super-linter) and [MegaLinter](https://megalinter.io/latest/), which provide a unified linting experience across many languages. Specifically, they execute `lintr::lint()` on the R and R Markdown files included in a given project.