From 8718a3ae80c4386754ed2973fd4b689e3c9b1c87 Mon Sep 17 00:00:00 2001 From: Anna Gonzales Date: Mon, 19 Sep 2022 17:34:19 -0400 Subject: [PATCH] Updated outdated links to storybook --- src/pages/guidelines/color/implementation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/guidelines/color/implementation.mdx b/src/pages/guidelines/color/implementation.mdx index 492fc6dfbda..e225131b8bd 100644 --- a/src/pages/guidelines/color/implementation.mdx +++ b/src/pages/guidelines/color/implementation.mdx @@ -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 @@ -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 @@ -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.