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.