Merge pull request #2439 from SFantasy/hotfix/fix-example-link

fix(lib/ui): example link
This commit is contained in:
Daniel Duan 2017-12-06 14:14:24 -05:00 committed by GitHub
commit 9a3d6eb717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ Then you'll get a UI like this:
![Simplest Storybook UI](./docs/simple-ui.png)
> **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