Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Doc Links #927

Merged
merged 5 commits into from
Apr 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/react-storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cd my-react-app
getstorybook
```

For more information visit: https://getstorybook.io
For more information visit: https://storybooks.js.org

---

React Storybook also comes with a lot of [addons](https://getstorybook.io/docs/addons/introduction) and a great API to customize as you wish. You can also build a [static version](https://getstorybook.io/docs/basics/exporting-storybook) of your storybook and deploy it anywhere you want.
React Storybook also comes with a lot of [addons](https://storybooks.js.org/docs/react-storybook/addons/introduction) and a great API to customize as you wish. You can also build a [static version](https://storybooks.js.org/docs/react-storybook/basics/exporting-storybook) of your storybook and deploy it anywhere you want.

Here are some featured storybooks that you can reference to see how Storybook works:

Expand All @@ -27,6 +27,6 @@ Here are some featured storybooks that you can reference to see how Storybook wo

## Docs

* [Basics](https://getstorybook.io/docs/basics/introduction)
* [Configurations](https://getstorybook.io/docs/configurations/default-config)
* [Addons](https://getstorybook.io/docs/addons/introduction)
* [Basics](https://storybooks.js.org/docs/react-storybook/basics/introduction)
* [Configurations](https://storybooks.js.org/docs/react-storybook/configurations/default-config)
* [Addons](https://storybooks.js.org/docs/react-storybook/addons/introduction)