Skip to content

Commit

Permalink
Merge pull request storybookjs#15561 from neilbryson/fix_broken_link
Browse files Browse the repository at this point in the history
[Documentation : Configure Addons] fix broken link to withRoundTrip example
  • Loading branch information
shilman authored Jul 13, 2021
2 parents c88e0aa + 0a65ecb commit 783cfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/configure-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ For example, the [Actions addon](https://storybook.js.org/addons/@storybook/addo

Use the [`useChannel`](./addons-api#usechannel) hook to access the channel data within your addon.

For a complete example, check out [storybookjs/addon-kit/withRoundTrip.js](https://github.com/storybookjs/addon-kit/blob/main/src/withRoundTrip.js)
For a complete example, check out [storybookjs/addon-kit/withRoundTrip.ts](https://github.com/storybookjs/addon-kit/blob/main/src/withRoundTrip.ts)

0 comments on commit 783cfd3

Please sign in to comment.