Fix broken links in the deprecation warning for RN and Vue apps

This commit is contained in:
Maksim Orlov 2017-09-09 12:04:44 +07:00
parent 920de11a16
commit 01c65a3c21
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ export const getStorybookUI = preview.getStorybookUI.bind(preview);
export const action = deprecate(
deprecatedAction,
'@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/actions'
'@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/actions'
);
export const linkTo = deprecate(
deprecatedLinkTo,
'@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/links'
'@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/links'
);

View File

@ -14,10 +14,10 @@ export const getStorybook = previewApi.getStorybook;
// export const action = deprecate(
// deprecatedAction,
// '@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/actions'
// '@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/actions'
// );
// export const linkTo = deprecate(
// deprecatedLinkTo,
// '@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/links'
// '@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/links'
// );