mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Merge pull request #18070 from renbaoshuo/remove-git-io
CLI: Remove git.io URL
This commit is contained in:
commit
12ca230c2b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user