Merge pull request #18070 from renbaoshuo/remove-git-io

CLI: Remove git.io URL
This commit is contained in:
Michael Shilman 2022-04-29 10:36:23 +08:00 committed by GitHub
commit 12ca230c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export function createUpdateMessage(updateInfo: VersionCheck, version: string):
${chalk.gray('Upgrade now:')} ${colors.green(upgradeCommand)}
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://git.io/fhFYe')}
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md')}
`
: '';
} catch (e) {