Skip to content

Commit

Permalink
Fixed a few broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritvi-bhatia17 committed Sep 28, 2024
1 parent ddda03e commit 625de00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/components/ai-label/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ documentation, see the Storybooks for each framework below.
<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="React"
href="https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview"
href="https://react.carbondesignsystem.com/?path=/story/components-ailabel--default"
>

<MdxIcon name="react" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/breadcrumb/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usage documentation, see the Storybooks for each framework below.
<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="React"
href="https://react.carbondesignsystem.com/?path=/story/components-breadcrumb--breadcrumb"
href="https://react.carbondesignsystem.com/?path=/story/components-breadcrumb--default"
>

<MdxIcon name="react" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/file-uploader/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usage documentation, see the Storybooks for each framework below.
<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="React"
href="https://react.carbondesignsystem.com/?path=/story/components-fileuploader--file-uploader"
href="https://react.carbondesignsystem.com/?path=/story/components-fileuploader--default"
>

<MdxIcon name="react" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/inline-loading/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage documentation, see the Storybooks for each framework below.
<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="React"
href="https://react.carbondesignsystem.com/?path=/story/components-inlineloading--inline-loading"
href="https://react.carbondesignsystem.com/?path=/story/components-inlineloading--default"
>

<MdxIcon name="react" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/menu/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ documentation, see the Storybooks for each framework below.
variants={[
{
label: 'Menu',
variant: 'components-context-menu--default',
variant: 'components-menu--playground',
},
]}
/>

0 comments on commit 625de00

Please sign in to comment.