Merge pull request #16765 from storybookjs/fix/update-deprecation-message

CLI: Use correct link for static dir migration docs
This commit is contained in:
Michael Shilman 2021-11-24 08:03:18 +08:00 committed by GitHub
commit 09e71e981b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ const warnStaticDirDeprecated = warnDeprecatedFlag(
`
--static-dir CLI flag is deprecated, see:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-static-dir-flag
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated---static-dir-cli-flag
`
);