Merge pull request #15561 from neilbryson/fix_broken_link

[Documentation : Configure Addons] fix broken link to withRoundTrip example
This commit is contained in:
Michael Shilman 2021-07-13 23:01:39 +08:00 committed by GitHub
commit 783cfd3fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)