Skip to content

Commit

Permalink
Merge pull request #24588 from speelbarrow/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix broken link to Builder API declaration in docs
  • Loading branch information
jonniebigodes authored Oct 26, 2023
2 parents 1452ab6 + 3a1f2cb commit cf6b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builders/builder-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To opt into a builder, the user must add it as a dependency and then edit their

## Builder API

In Storybook, every builder must implement the following [API](https://github.com/storybookjs/storybook/blob/next/code/lib/core-common/src/types.ts#L170-L189), exposing the following configuration options and entry points:
In Storybook, every builder must implement the following [API](https://github.com/storybookjs/storybook/blob/next/code/lib/types/src/modules/core-common.ts#L183-L203), exposing the following configuration options and entry points:

<!-- prettier-ignore-start -->

Expand Down

0 comments on commit cf6b415

Please sign in to comment.