fix link to Intro to Presets page (#7783)

fix link to `Intro to Presets page`
This commit is contained in:
Michael Shilman 2019-08-16 22:11:27 +08:00 committed by GitHub
commit 2acbcd6553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ title: 'Intro to Presets'
Storybook **presets** are grouped collections of `babel`, `webpack`, and `addons` configurations that support specific use cases.
For example, to write your stories in Typescript, rather than [manually configuring Storybook for typescript](../configurations/typescript-config/) with individual [babel](../configurations/custom-babel-config/) and [webpack](../configurations/custom-webpack-config/) configs, you can simply use the `@storybook/preset-typescript` package, which does the heavy lifting for you.
For example, to write your stories in Typescript, rather than [manually configuring Storybook for typescript](../../configurations/typescript-config/) with individual [babel](../../configurations/custom-babel-config/) and [webpack](../../configurations/custom-webpack-config/) configs, you can simply use the `@storybook/preset-typescript` package, which does the heavy lifting for you.
## Basic usage