From 3a1f2cbcc9cbaa44c17c2b0f53d06f3e0ba56564 Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Thu, 26 Oct 2023 13:15:21 -0400 Subject: [PATCH] Fix broken link to Builder API declaration in docs --- docs/builders/builder-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builders/builder-api.md b/docs/builders/builder-api.md index c359f7c6df6d..056a96144a78 100644 --- a/docs/builders/builder-api.md +++ b/docs/builders/builder-api.md @@ -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: