Skip to content

Commit

Permalink
docs: update links to point to correct pages (#4326)
Browse files Browse the repository at this point in the history
- affected links linting, troubleshooting
  • Loading branch information
armano2 committed Dec 18, 2021
1 parent b5b7830 commit 04d1f3e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -15,7 +15,7 @@ The more relevant information you can include, the faster we can find the issue

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

**Repro**

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Expand Up @@ -3,8 +3,8 @@ contact_links:
-
name: FAQ
about: Please check out our FAQ before filing new issues
url: https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TROUBLESHOOTING.md
url: https://typescript-eslint.io/docs/linting/troubleshooting
-
name: Getting Started Guide
about: If you're looking for help setting up check out our getting started guide
url: https://github.com/typescript-eslint/typescript-eslint/tree/main/docs/getting-started
url: https://typescript-eslint.io/docs/
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-request.md
Expand Up @@ -14,7 +14,7 @@ The more relevant information you can include, the faster we can find the issue
-->

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

## Suggested Changes

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/eslint-plugin-tslint.md
Expand Up @@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md
Expand Up @@ -28,7 +28,7 @@ Are you opening an issue because the rule you're trying to use is not found?

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/typescript-eslint-parser.md
Expand Up @@ -24,7 +24,7 @@ If you have a problem with a specific lint rule, please back out and select the

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md
Expand Up @@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/typescript-eslint-utils.md
Expand Up @@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/typescript-estree.md
Expand Up @@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the

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

**Repro**

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/README.md
Expand Up @@ -10,7 +10,7 @@

## Getting Started

- **[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting/linting)**
- **[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)**
- **[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...
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/README.md
Expand Up @@ -10,7 +10,7 @@

## Getting Started

**[You can find our Getting Started docs here](../../docs/linting/README.md)**
**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)**

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

Expand Down
2 changes: 1 addition & 1 deletion packages/scope-manager/README.md
Expand Up @@ -14,7 +14,7 @@ You probably don't want to use it directly.

## Getting Started

**[You can find our Getting Started docs here](../../docs/linting/README.md)**
**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)**

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/README.md
Expand Up @@ -10,7 +10,7 @@

## Getting Started

**[You can find our Getting Started docs here](../../docs/linting/README.md)**
**[You can find our Getting Started docs here](https://typescript-eslint.io/docs/linting)**

## About

Expand Down

0 comments on commit 04d1f3e

Please sign in to comment.