diff --git a/docs/snippets/react/your-component.js.mdx b/docs/snippets/react/your-component.js.mdx index 10c286edc0f..5b3121d657a 100644 --- a/docs/snippets/react/your-component.js.mdx +++ b/docs/snippets/react/your-component.js.mdx @@ -6,7 +6,7 @@ import { YourComponent } from './YourComponent'; //👇 This default export determines where your story goes in the story list export default { /* 👇 The title prop is optional. - * See https://storybook.js.org/docsreact/configure/overview#configure-story-loading + * See https://storybook.js.org/docs/react/configure/overview#configure-story-loading * to learn how to generate automatic titles */ title: 'YourComponent', @@ -21,4 +21,4 @@ export const FirstStory = { //👇 The args you need here will depend on your component }, }; -``` \ No newline at end of file +```