Skip to content

Commit 7f5581f

Browse files
Fix calling example links for Custom User Data Model Storybook page
1 parent 3593324 commit 7f5581f

File tree

1 file changed

+1
-1
lines changed
  • packages/storybook8/stories/Concepts/CustomUserDataModel

1 file changed

+1
-1
lines changed

packages/storybook8/stories/Concepts/CustomUserDataModel/Docs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Composites support user data model injection for display name and avatar across
3636

3737
| Composite | Display Name | Avatar |
3838
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
39-
| [CallComposite](./?path=/story/composites-callcomposite--basic-example) | [displayName](./?path=/story/composites-callcomposite--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-callcomposite--custom-data-model-example) |
39+
| [CallComposite](./?path=/story/composites-callcomposite-basic-example--basic-example) | [displayName](./?path=/story/composites-callcomposite-basic-example--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-callcomposite-custom-data-model-example--custom-data-model-example) |
4040
| [ChatComposite](./?path=/story/composites-chatcomposite-basic-example--basic-example) | [displayName](./?path=/story/composites-chatcomposite-basic-example--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-chatcomposite-custom-data-model-example--custom-data-model-example) |
4141

4242
For additional examples on how this user data model injection pattern works, visit the individual composite pages.

0 commit comments

Comments
 (0)