diff --git a/app/react-native/src/index.js b/app/react-native/src/index.js index 28971345b404..f197d31b91b0 100644 --- a/app/react-native/src/index.js +++ b/app/react-native/src/index.js @@ -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' ); diff --git a/app/vue/src/client/index.js b/app/vue/src/client/index.js index fd6a316d095a..30561b9f2b04 100644 --- a/app/vue/src/client/index.js +++ b/app/vue/src/client/index.js @@ -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' // );