Skip to content

Commit

Permalink
Fix link (#8378)
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
shilman authored Oct 10, 2019
2 parents aa75ff4 + 99d2779 commit 41e08a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/docs/docspage.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ What if you don't want a `DocsPage` for your storybook, for a specific component
You can replace DocsPage at any level by overriding the `docs.page` parameter:

- With `null` to remove docs
- [With MDX](#csf-stories-with-mdx-docs) docs
- [With MDX](./recipes.md#csf-stories-with-mdx-docs) docs
- With a custom React component

**Globally (config.js)**
Expand Down

1 comment on commit 41e08a3

@vercel
Copy link

@vercel vercel bot commented on 41e08a3 Oct 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.