diff --git a/docs/writing-docs/docs-page.md b/docs/writing-docs/docs-page.md index e35ce02afca..c3829fb51ad 100644 --- a/docs/writing-docs/docs-page.md +++ b/docs/writing-docs/docs-page.md @@ -2,7 +2,7 @@ title: 'DocsPage' --- -When you install [Storybook Docs](https://github.com/storybookjs/storybook/blob/next/addons/docs/README.md), DocsPage is the zero-config default documentation that all stories get out of the box. It aggregates your stories, text descriptions, docgen comments, args tables, and code examples into a single page for each component. +When you install [Storybook Docs](https://github.com/storybookjs/storybook/blob/next/addons/docs/), DocsPage is the zero-config default documentation that all stories get out of the box. It aggregates your stories, text descriptions, docgen comments, args tables, and code examples into a single page for each component. The best practice for docs is for each component to have its own set of documentation and stories.