Skip to content

Commit

Permalink
Merge pull request #13368 from HorusGoul/patch-1
Browse files Browse the repository at this point in the history
CLI: Fix stories path in Introduction.stories.mdx
  • Loading branch information
shilman committed Dec 4, 2020
1 parent 6872814 commit 9de8609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli/src/frameworks/common/Introduction.stories.mdx
Expand Up @@ -120,7 +120,7 @@ Storybook helps you build UI components in isolation from your app's business lo
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA.

Browse example stories now by navigating to them in the sidebar.
View their code in the `src/storybook-examples` directory to learn how they work.
View their code in the `src/stories` directory to learn how they work.
We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.

<div className="subheading">Configure</div>
Expand Down Expand Up @@ -203,5 +203,5 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.

<div className="tip-wrapper">
<span className="tip">Tip</span>Edit the Markdown in{' '}
<code>src/storybook-examples/welcome.mdx</code>
<code>src/stories/Introduction.stories.mdx</code>
</div>

0 comments on commit 9de8609

Please sign in to comment.