Skip to content

Commit

Permalink
Merge pull request #25520 from storybookjs/docs_api_doc_block_fix_bro…
Browse files Browse the repository at this point in the history
…ken_link

Docs: Doc Block Canvas fix link
(cherry picked from commit ab3bd2a)
  • Loading branch information
kylegach authored and storybook-bot committed Jan 10, 2024
1 parent f92ae47 commit 32c94ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/doc-block-canvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Specifies which story's source is displayed.

Type: `SourceProps['code'] | SourceProps['format'] | SourceProps['language'] | SourceProps['type']`

Specifies props passed to the inner `Source` block. See [SourceProps](./doc-block-source.md#sourceprops).
Specifies the props passed to the inner `Source` block. For more information, see the `Source` Doc Block [documentation](./doc-block-source.md).

<Callout variant="info" icon="💡">

Expand All @@ -194,7 +194,7 @@ Specifies the initial state of the source panel.

Type: `StoryProps['inline'] | StoryProps['height'] | StoryProps['autoplay']`

Specifies props passed to the inner `Story` block. See [StoryProps](./doc-block-story.md#storyprops).
Specifies the props passed to the inner `Story` block. For more information, see the `Story` Doc Block [documentation](./doc-block-story.md).

### `withToolbar`

Expand Down

0 comments on commit 32c94ff

Please sign in to comment.