From 4a0a8f55ef48123f0ee4560f9976d2fa1f71bd54 Mon Sep 17 00:00:00 2001 From: Peter Briggs <146312751+pwbriggs@users.noreply.github.com> Date: Wed, 29 May 2024 13:28:58 -0700 Subject: [PATCH] docs: update link to ESLint legacy config Fix a link to the legacy (<9.0.0) config on eslint.org. --- docs/getting-started/Quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/Quickstart.mdx b/docs/getting-started/Quickstart.mdx index d944e29426e0..60cde1ca879d 100644 --- a/docs/getting-started/Quickstart.mdx +++ b/docs/getting-started/Quickstart.mdx @@ -14,7 +14,7 @@ This page is a quick-start for [ESLint's new "flat" config format](https://eslin :::note -- For the same guide but for [ESLint's legacy format](https://eslint.org/docs/latest/use/configure/configuration-files) — see [Legacy ESLint Setup](./Legacy_ESLint_Setup.mdx). +- For the same guide but for [ESLint's legacy format](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated) — see [Legacy ESLint Setup](./Legacy_ESLint_Setup.mdx). - For quickstart information on linting with type information — see [Typed Linting](./Typed_Linting.mdx). :::