Skip to content

Commit

Permalink
Fix link in migration summary
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Feb 27, 2024
1 parent 0f860da commit 0190219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function getMigrationSummary({
The automigrations try to migrate common patterns in your project, but might not contain everything needed to migrate to the latest version of Storybook.
Please check the changelog and migration guide for manual migrations and more information: ${chalk.yellow(
'https://storybook.js.org/migration-guides/7.0'
'https://storybook.js.org/docs/8.0/migration-guide'
)}
And reach out on Discord if you need help: ${chalk.yellow('https://discord.gg/storybook')}
`);
Expand Down

0 comments on commit 0190219

Please sign in to comment.