From 62f541dd2d5d1f10f83f189b4595ebaa4bd064c5 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 29 Apr 2022 10:34:38 +0800 Subject: [PATCH] Update lib/core-server/src/utils/update-check.ts --- lib/core-server/src/utils/update-check.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core-server/src/utils/update-check.ts b/lib/core-server/src/utils/update-check.ts index 1f79024ede7..61dff0db5d8 100644 --- a/lib/core-server/src/utils/update-check.ts +++ b/lib/core-server/src/utils/update-check.ts @@ -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://github.com/storybooks/storybook/blob/next/CHANGELOG.md')} + ${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md')} ` : ''; } catch (e) {