Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated outdated links to storybook #3164

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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