Skip to content

Commit 03ff45a

Browse files
authored
docs: fix links (typescript-eslint#4195)
* docs: fix links * docs: contribution notes fix
1 parent 2e2ff5d commit 03ff45a

14 files changed

+16
-16
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The more relevant information you can include, the faster we can find the issue
1515

1616
- [ ] I have tried restarting my IDE and the issue persists.
1717
- [ ] I have updated to the latest version of the packages.
18-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
18+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
1919

2020
**Repro**
2121

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ contact_links:
33
-
44
name: FAQ
55
about: Please check out our FAQ before filing new issues
6-
url: https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md
6+
url: https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md
77
-
88
name: Getting Started Guide
99
about: If you're looking for help setting up check out our getting started guide

.github/ISSUE_TEMPLATE/documentation-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The more relevant information you can include, the faster we can find the issue
1414
-->
1515

1616
- [ ] I have looked on [typescript-eslint.io](https://typescript-eslint.io).
17-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/FAQ.md) and my problem is not listed.
17+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
1818

1919
## Suggested Changes
2020

.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the
2323

2424
- [ ] I have tried restarting my IDE and the issue persists.
2525
- [ ] I have updated to the latest version of the packages.
26-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
26+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
2727

2828
**Repro**
2929

.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Are you opening an issue because the rule you're trying to use is not found?
2828

2929
- [ ] I have tried restarting my IDE and the issue persists.
3030
- [ ] I have updated to the latest version of the packages.
31-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
31+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
3232

3333
**Repro**
3434

.github/ISSUE_TEMPLATE/typescript-eslint-parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with a specific lint rule, please back out and select the
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-eslint-utils.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-estree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the
2323

2424
- [ ] I have tried restarting my IDE and the issue persists.
2525
- [ ] I have updated to the latest version of the packages.
26-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
26+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md) and my problem is not listed.
2727

2828
**Repro**
2929

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before raising a bug, ensure you are using the latest version of our packages. W
1010

1111
Finally, when raising a new issue, please fill out the issue template - **_please don't skip sections_**.
1212

13-
Please provide **_as much information as possible_**. This project is maintained by volunteers, so the more the more information you provide, the less likely we will have to waste everyone's time in asking you for more information.
13+
Please provide **_as much information as possible_**. This project is maintained by volunteers, so the more information you provide, the less likely we will have to waste everyone's time in asking you for more information.
1414

1515
If you have a particularly complex issue - consider creating a small, self-contained reproduction repo. This will help you in figuring out the exact problem, and will help us in reproducing and diagnosing the bug.
1616

packages/eslint-plugin/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
## Getting Started
1212

13-
- **[You can find our Getting Started docs here](../../docs/getting-started/linting/README.md)**
14-
- **[You can find our FAQ / Troubleshooting docs here](../../docs/getting-started/linting/TROUBLESHOOTING.md)**
13+
- **[You can find our Getting Started docs here](../../docs/linting/README.md)**
14+
- **[You can find our FAQ / Troubleshooting docs here](../../docs/linting/TROUBLESHOOTING.md)**
1515

1616
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...
1717

@@ -87,7 +87,7 @@ Some highly valuable rules require type-checking in order to be implemented corr
8787

8888
Pro Tip: For larger codebases you may want to consider splitting our linting into two separate stages: 1. fast feedback rules which operate purely based on syntax (no type-checking), 2. rules which are based on semantics (type-checking).
8989

90-
**[You can read more about linting with type information here](../../docs/getting-started/linting/TYPED_LINTING.md)**
90+
**[You can read more about linting with type information here](../../docs/linting/TYPED_LINTING.md)**
9191

9292
## Supported Rules
9393

packages/parser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Getting Started
1212

13-
**[You can find our Getting Started docs here](../../docs/getting-started/linting/README.md)**
13+
**[You can find our Getting Started docs here](../../docs/linting/README.md)**
1414

1515
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...
1616

packages/scope-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You probably don't want to use it directly.
1414

1515
## Getting Started
1616

17-
**[You can find our Getting Started docs here](../../docs/getting-started/linting/README.md)**
17+
**[You can find our Getting Started docs here](../../docs/linting/README.md)**
1818

1919
## Installation
2020

packages/typescript-estree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Getting Started
1212

13-
**[You can find our Getting Started docs here](../../docs/getting-started/linting/README.md)**
13+
**[You can find our Getting Started docs here](../../docs/linting/README.md)**
1414

1515
## About
1616

0 commit comments

Comments
 (0)