diff --git a/packages/eslint-plugin/README.md b/packages/eslint-plugin/README.md index f236aeacd811..c7c0ea80e4f9 100644 --- a/packages/eslint-plugin/README.md +++ b/packages/eslint-plugin/README.md @@ -10,7 +10,7 @@ ## Getting Started -- **[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)** +- **[You can find our Getting Started docs here](https://typescript-eslint.io/docs)** - **[You can find our FAQ / Troubleshooting docs here](https://typescript-eslint.io/docs/linting/troubleshooting)** These docs walk you through setting up ESLint, this plugin, and our parser. If you know what you're doing and just want to quick start, read on... diff --git a/packages/parser/README.md b/packages/parser/README.md index 3488cd5e5052..efba4854413f 100644 --- a/packages/parser/README.md +++ b/packages/parser/README.md @@ -10,7 +10,7 @@ ## Getting Started -**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)** +**[You can find our Getting Started docs here](https://typescript-eslint.io/docs)** These docs walk you through setting up ESLint, this parser, and our plugin. If you know what you're doing and just want to quick start, read on... diff --git a/packages/scope-manager/README.md b/packages/scope-manager/README.md index d51f7716ef48..b0a745f3fa53 100644 --- a/packages/scope-manager/README.md +++ b/packages/scope-manager/README.md @@ -14,7 +14,7 @@ You probably don't want to use it directly. ## Getting Started -**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)** +**[You can find our Getting Started docs here](https://typescript-eslint.io/docs)** ## Installation diff --git a/packages/typescript-estree/README.md b/packages/typescript-estree/README.md index 02946daa80df..cb1d0d0312c7 100644 --- a/packages/typescript-estree/README.md +++ b/packages/typescript-estree/README.md @@ -10,7 +10,7 @@ ## Getting Started -**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)** +**[You can find our Getting Started docs here](https://typescript-eslint.io/docs)** ## About