From 48b9452bf5289f4765c804398b569debcfedf8a4 Mon Sep 17 00:00:00 2001 From: Dominic Nguyen Date: Sat, 29 Aug 2020 10:09:03 -0400 Subject: [PATCH] Broken link fix --- docs/writing-docs/docs-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-docs/docs-page.md b/docs/writing-docs/docs-page.md index e35ce02afca8..c3829fb51ad5 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.