From 531e3a8807398ab61f9f244d5823c5a7f659ab24 Mon Sep 17 00:00:00 2001 From: Steve Dodier-Lazaro Date: Mon, 8 Dec 2025 17:29:52 +0100 Subject: [PATCH] Docs: Fix outdated URL --- docs/configure/integration/eslint-plugin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/integration/eslint-plugin.mdx b/docs/configure/integration/eslint-plugin.mdx index 4f598a77a2dd..5eaed2b1f513 100644 --- a/docs/configure/integration/eslint-plugin.mdx +++ b/docs/configure/integration/eslint-plugin.mdx @@ -6,7 +6,7 @@ sidebar: title: ESLint plugin --- -Storybook provides an dedicated [ESLint plugin](https://github.com/storybookjs/eslint-plugin-storybook) to help you write stories and components aligned with the latest Storybook and frontend development best practices. +Storybook provides a dedicated [ESLint plugin](https://github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin) to help you write stories and components aligned with the latest Storybook and frontend development best practices. ## Installation