From 2dce6127025a5d78ee8afb2fa97c4dcab0814a7e Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Mon, 24 Apr 2023 12:22:04 +0100 Subject: [PATCH] Merge pull request #22173 from zachtball/fix/borken-link-in-md docs: fix broken link in md --- code/lib/preview-api/docs/storiesOf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/preview-api/docs/storiesOf.md b/code/lib/preview-api/docs/storiesOf.md index c987df5541bc..00f3b2945879 100644 --- a/code/lib/preview-api/docs/storiesOf.md +++ b/code/lib/preview-api/docs/storiesOf.md @@ -94,4 +94,4 @@ To make it easier to adopt the new [Component Story Format (CSF)](https://storyb sb migrate storiesof-to-csf --glob=src/**/*.stories.js ``` -For more information, see the CLI's [Codemod README](https://github.com/storybookjs/storybook/tree/next/lib/codemod). +For more information, see the CLI's [Codemod README](https://github.com/storybookjs/storybook/tree/next/code/lib/codemod).