Skip to content

Commit cf24c02

Browse files
committed
chore: fix broken and outdated links
1 parent 7c673a1 commit cf24c02

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/02-enhancement-rule-option.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
options:
1515
- label: I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal.
1616
required: true
17-
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#supported-rules) and found no rules that match my proposal.
17+
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#rules) and found no rules that match my proposal.
1818
required: true
1919
- label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed.
2020
required: true

.github/ISSUE_TEMPLATE/03-enhancement-new-rule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
options:
1515
- label: I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal.
1616
required: true
17-
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#supported-rules) and found no rules that match my proposal.
17+
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#rules) and found no rules that match my proposal.
1818
required: true
1919
- label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed.
2020
required: true

.github/ISSUE_TEMPLATE/04-enhancement-new-base-rule-extension.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
options:
2222
- label: I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+base+rule+extension%22) and found none that match my proposal.
2323
required: true
24-
- label: I have searched the [current extension rule list](https://typescript-eslint.io/rules/#extension-rules) and found no rules that match my proposal.
24+
- label: I have searched the [current extension rule list](https://typescript-eslint.io/rules/?=extension#rules) and found no rules that match my proposal.
2525
required: true
2626
- label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed.
2727
required: true

.github/ISSUE_TEMPLATE/07-enhancement-other.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
options:
1414
- label: I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal.
1515
required: true
16-
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#supported-rules) and found no rules that match my proposal.
16+
- label: I have searched the [current rule list](https://typescript-eslint.io/rules/#rules) and found no rules that match my proposal.
1717
required: true
1818
- label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed.
1919
required: true

.github/replies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replies:
1616
\
1717
name: Extension Rule - Reject Due to Enhancement
1818
- body: |
19-
The fix has been merged to main, and will be released Monday, as per our [release schedule](https://github.com/typescript-eslint/typescript-eslint#versioning)
19+
The fix has been merged to main, and will be released Monday, as per our [release schedule](https://typescript-eslint.io/users/releases/#latest)
2020
\
2121
If you need it sooner, please try the `canary` tag on NPM.
2222
name: Fix Has Been Merged
@@ -62,7 +62,7 @@ replies:
6262
Closing this PR as it's been stale for ~6 weeks without activity. Feel free to reopen @{{ author }} if you have time - but no worries if not! If anybody wants to drive it forward, please do post your own PR - and if you use this as a start, consider adding `Co-authored-by: @{{ author }}` at the end of your PR description. Thanks! 😊
6363
name: Pruning Stale PR
6464
- body: |
65-
As per [our contributing guidelines](https://github.com/typescript-eslint/typescript-eslint/blob/master/CONTRIBUTING.md#addressing-feedback-and-beyond) this PR is in the queue of PRs to reviewed, and will be reviewed when we are able.
65+
As per [our contributing guidelines](https://typescript-eslint.io/contributing/pull-requests#addressing-feedback-and-beyond) this PR is in the queue of PRs to reviewed, and will be reviewed when we are able.
6666
\
6767
This project is run by volunteer maintainers, so it might be a bit before we can find the time to get to it.
6868
name: Review Queue

0 commit comments

Comments
 (0)