diff --git a/docs/docs/getting-started/add-badges.mdx b/docs/docs/getting-started/add-badges.mdx index 1ff5675..246c246 100644 --- a/docs/docs/getting-started/add-badges.mdx +++ b/docs/docs/getting-started/add-badges.mdx @@ -11,7 +11,7 @@ You can add badges to all stories globally, to a component's stories, or to an i {/* TODO: Uncomment once functionality is added. */} {/* You can add badges to all stories globally, to a component's stories, to an individual story, or a mix of all 3. */} -The `badges` parameter accepts an array of strings relating to badge names. The may be any of the [pre-defined badges](@todo), [custom badges](@todo), or any string which will inherit the [default styles](@todo) if not defined. +The `badges` parameter accepts an array of strings relating to badge names. The may be any of the [pre-defined badges](./predefined-badges.mdx), [custom badges](../customisation/create-custom-badges.mdx), or any string which will inherit the [default styles](../customisation/adding-styles.mdx#available-style-properties) if not defined. {/* TODO: Remove once functionality is added */}