mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 23:02:00 +08:00
Merge pull request #2439 from SFantasy/hotfix/fix-example-link
fix(lib/ui): example link
This commit is contained in:
commit
9a3d6eb717
@ -77,7 +77,7 @@ Then you'll get a UI like this:
|
||||
|
||||

|
||||
|
||||
> **See the [example](/example) app for a complete example.**
|
||||
> **See the [example](./example) app for a complete example.**
|
||||
|
||||
## API
|
||||
|
||||
@ -140,7 +140,7 @@ class ReactProvider extends Provider {
|
||||
|
||||
If you like to add features to the Storybook UI or fix bugs, this is the guide you need to follow.
|
||||
|
||||
First of all, you can need to start the [example](/example) app to see your changes.
|
||||
First of all, you can need to start the [example](./example) app to see your changes.
|
||||
|
||||
### The App
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user