Skip to content

Commit

Permalink
Docs: Update link to Story "Parameters" section
Browse files Browse the repository at this point in the history
The current link leads to story writing guide but it does not contain the "Parameters" section. This commit rectifies that by providing the correct link.
  • Loading branch information
kBazilio authored Sep 14, 2023
1 parent 9e7c93b commit 52aeae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/types/src/modules/addons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export interface Addon_BaseAnnotations<

/**
* Custom metadata for a story.
* @see [Parameters](https://storybook.js.org/docs/basics/writing-stories/#parameters)
* @see [Parameters](https://storybook.js.org/docs/react/writing-stories/parameters)
*/
parameters?: Parameters;

Expand Down

0 comments on commit 52aeae7

Please sign in to comment.