Skip to content

Commit 9007719

Browse files
authored
docs: update link in ways-to-extend.md (#17839)
Update ways-to-extend.md Update ESLint Typescript Parser URL
1 parent f3a599d commit 9007719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/extend/ways-to-extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ESLint custom parsers are a way to extend ESLint to support the linting of new l
5353

5454
ESLint ships with a built-in JavaScript parser (Espree), but custom parsers allow you to lint other languages or to extend the linting capabilities of the built-in parser.
5555

56-
For example, the custom parser [@typescript-eslint/parser](https://typescript-eslint.io/architecture/parser/) extends ESLint to lint TypeScript code.
56+
For example, the custom parser [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) extends ESLint to lint TypeScript code.
5757

5858
Custom parsers **cannot** be included in a plugin, unlike the other extension types.
5959

0 commit comments

Comments
 (0)