Skip to content

Commit

Permalink
Updated outdated links to storybook (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
aagonzales authored Sep 20, 2022
1 parent 75d038d commit e0059b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/guidelines/color/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ level, the last level corresponding to the 03 layer set tokens. By default,
tokens use the 01 layer set tokens in the first layer.

For more guidance on the layer component, go to the
[Storybook](https://carbon-react-next.netlify.app/?path=/docs/components-layer--default).
[Storybook](https://react.carbondesignsystem.com/?path=/docs/components-layer--default#layer).

```css Layer component
<Layer>
Expand Down Expand Up @@ -456,7 +456,7 @@ a page. It is most often used to implement inline theming in order to specify
what theme a section of the page should render with.

For more guidance on the theme component, go to the
[Storybook](https://carbon-react-next.netlify.app/?path=/docs/components-theme--default).
[Storybook](https://react.carbondesignsystem.com/?path=/docs/components-theme--default#theme).

```css Theme component
<Theme theme="g100">
Expand Down Expand Up @@ -586,7 +586,7 @@ theme contrast between elements in different modes is also allowed. It is very
common for products to have side panels or UI shell elements be high contrast in
light mode but low contrast in dark mode. These relationships can be mapped in
code using the the
[theme component](https://carbon-react-next.netlify.app/?path=/docs/components-theme--default).
[theme component](https://react.carbondesignsystem.com/?path=/docs/components-theme--default).
Note that smaller components built with an inverse tokens (like tooltip) should
remain high contrast when switching modes.

Expand Down

1 comment on commit e0059b2

@vercel
Copy link

@vercel vercel bot commented on e0059b2 Sep 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.