From ca81f52818e84f8fae685da5a09b0fd7ac044a72 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 19 Jun 2020 20:20:20 +0200 Subject: [PATCH] Fix typo this repositories -> this repository's --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf28abd1..2e390774 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ and won't run anything unexpected. ### Template rules files You can use the **GitHub** **Super-Linter** *with* or *without* your own personal rules sets. This allows for greater flexibility for each individual code base. The Template rules all try to follow the standards we believe should be enabled at the basic level. - Copy **any** or **all** template rules files from `TEMPLATES/` into your repository in the location: `.github/linters/` of your repository - - If your repository does not have rules files, they will fall back to defaults in this repositories `TEMPLATE` folder + - If your repository does not have rules files, they will fall back to defaults in [this repository's `TEMPLATE` folder](https://github.com/github/super-linter/tree/master/TEMPLATES) ## Disabling rules If you need to disable certain *rules* and *functionality*, you can view [Disable Rules](https://github.com/github/super-linter/blob/master/docs/disabling-linters.md)