Skip to content

Commit

Permalink
Merge pull request #14421 from storybookjs/fix_url_cli
Browse files Browse the repository at this point in the history
CLI: Fix link to `sb init` docs
  • Loading branch information
shilman committed Mar 31, 2021
2 parents 0b1135e + 3796d21 commit 10e0671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/initiate.ts
Expand Up @@ -245,7 +245,7 @@ const installStorybook = (projectType: ProjectType, options: CommandOptions): Pr
default:
paddedLog(`We couldn't detect your project type. (code: ${projectType})`);
paddedLog(
'You can specify a project type explicitly via `sb init --type <type>` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/'
'You can specify a project type explicitly via `sb init --type <type>`, see our docs on how to configure Storybook for your framework: https://storybook.js.org/docs/react/get-started/install'
);

// Add a new line for the clear visibility.
Expand Down

0 comments on commit 10e0671

Please sign in to comment.