From 587a0a86f5a5950c45d85533868a260dadfcf86a Mon Sep 17 00:00:00 2001 From: jgjgill <79239852+jgjgill@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:34:10 +0900 Subject: [PATCH] Update index.mdx fix import sorting link --- website/src/content/docs/analyzer/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/docs/analyzer/index.mdx b/website/src/content/docs/analyzer/index.mdx index a75ca1640194..485d5d8a7c15 100644 --- a/website/src/content/docs/analyzer/index.mdx +++ b/website/src/content/docs/analyzer/index.mdx @@ -5,4 +5,4 @@ description: What the Biome analyzer provides Biome's analyzer intends to provide a series of features that users can leverage. -For now, it only provides [import sorting](/analyzer/import-organizer) that sorts import statements in _JavaScript_-like files. +For now, it only provides [import sorting](/analyzer/import-sorting) that sorts import statements in _JavaScript_-like files.