Skip to content

Commit

Permalink
Merge pull request #23236 from dubbs/patch-1
Browse files Browse the repository at this point in the history
Fix location of kitchen sink example files

(cherry picked from commit b89e3a5)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Jul 11, 2023
1 parent 4de14d0 commit bd25fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/server-webpack5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more information visit: [storybook.js.org](https://storybook.js.org)

## Writing Stories

To write a story, use whatever API is natural for your server-side rendering framework to generate set of JSON or YAML files of stories analogous to CSF files (see the [`server-kitchen-sink`](../../examples/server-kitchen-sink/stories) example for ideas).
To write a story, use whatever API is natural for your server-side rendering framework to generate set of JSON or YAML files of stories analogous to CSF files (see the [`server-kitchen-sink`](../../../test-storybooks/server-kitchen-sink/stories) example for ideas).

```json
{
Expand Down

0 comments on commit bd25fe2

Please sign in to comment.