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

Correct Demo url for react-native-web #8893

Merged
merged 1 commit into from
Nov 20, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can also build a [static version](https://storybook.js.org/basics/exporting-
Here are some featured storybooks that you can reference to see how Storybook works:

- [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates)
- [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web)
- [Demo of React Native Web](https://necolas.github.io/react-native-web/docs/) - [source](https://github.com/necolas/react-native-web)

## Create React App

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/basics/exporting-storybook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 'Exporting Storybook as a Static App'
Storybook gives a great developer experience with its dev time features, like instant change updates via Webpack's HMR.

But Storybook is also a tool you can use to showcase your components to others.
Demos of [React Native Web](http://necolas.github.io/react-native-web/storybook/) and [React Dates](http://airbnb.io/react-dates/) are a good example for that.
Demos of [React Native Web](https://necolas.github.io/react-native-web/docs/) and [React Dates](http://airbnb.io/react-dates/) are a good example for that.

For that, Storybook comes with a tool to export your storybook into a static web app. Then you can deploy it to GitHub pages or any static hosting service.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/basics/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ A [Static version](/basics/exporting-storybook) of Storybook can also be built a
Here are some featured Storybooks to see how it works:

- [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates)
- [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web)
- [Demo of React Native Web](https://necolas.github.io/react-native-web/docs/) - [source](https://github.com/necolas/react-native-web)

Read the Learn Storybook [tutorial](https://www.learnstorybook.com) for a step by step guide to building an app with Storybook and to see how building components in isolation can supercharge your app development workflow.
2 changes: 1 addition & 1 deletion docs/src/pages/examples/_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ necolas:
title: React Native Web
description: Storybook demo for React Native Web.
source: https://github.com/necolas/react-native-web
demo: https://necolas.github.io/react-native-web/storybook/
demo: https://necolas.github.io/react-native-web/docs/
griddle:
thumbnail: griddle.jpg
title: Griddle
Expand Down
2 changes: 1 addition & 1 deletion docs/src/stories/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ storiesOf('Toggle', module)
owner: 'https://avatars3.githubusercontent.com/u/239676?v=3&s=460',
storybook: {
name: 'React Native Web',
link: 'https://necolas.github.io/react-native-web/storybook',
link: 'https://necolas.github.io/react-native-web/docs/',
},
source: 'https://github.com/necolas/react-native-web',
},
Expand Down