Merge pull request #12104 from jenslw/next

Fix broken link in cli readme
This commit is contained in:
Michael Shilman 2020-08-18 19:37:09 +08:00 committed by GitHub
commit 997688c7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,4 @@ If the CLI cannot detect your project type, it will ask you. You can also force
npx -p @storybook/cli sb init --type <type>
```
Where type is one of the project types defined in [project_types.js](https://github.com/storybookjs/storybook/blob/master/lib/cli/lib/project_types.js)
Where type is one of the project types defined in [project_types.js](https://github.com/storybookjs/storybook/blob/next/lib/cli/src/project_types.ts)