From 511f7492aa17bebe85ef3fc69394b1b15763dcfd Mon Sep 17 00:00:00 2001 From: Melanie Seltzer Date: Fri, 9 Sep 2022 01:02:53 -0700 Subject: [PATCH] docs: fix link to typed linting in README (#1231) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1093295e..5e34686f6 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ that are powered by type-checking information provided by TypeScript. In order to use these rules, you must be using `@typescript-eslint/parser` & adjust your eslint config as outlined -[here](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md) +[here](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TYPED_LINTING.md). Note that unlike the type-checking rules in `@typescript-eslint/eslint-plugin`, the rules here will fallback to doing nothing if type information is not