Skip to content

Commit

Permalink
docs: Fix links to getting started in README.md (#5546)
Browse files Browse the repository at this point in the history
Fix links to getting started

Co-authored-by: Siva Gorrepati <siva.prasad.gorrepati@oracle.com>
  • Loading branch information
sivaprasad and Siva Gorrepati committed Aug 26, 2022
1 parent 69e4cb9 commit 39829c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down
2 changes: 1 addition & 1 deletion packages/scope-manager/README.md
Original file line number Diff line number Diff line change
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](https://typescript-eslint.io/docs/linting)**
**[You can find our Getting Started docs here](https://typescript-eslint.io/docs)**

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39829c0

Please sign in to comment.