Skip to content

Commit

Permalink
Update broken links on Carbon for AI page (#4365)
Browse files Browse the repository at this point in the history
* Update broken links on Carbon for AI page

Old experimental links were still being used and needed to be updated.

* Update index.mdx

* chore: format

---------

Co-authored-by: Alison Joseph <[email protected]>
  • Loading branch information
aagonzales and alisonjoseph authored Nov 20, 2024
1 parent c21933c commit afb1676
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/guidelines/carbon-for-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ identify any instances of AI being used in an experience.

### Assets

| AI Asset | Status | Figma library | Code |
| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Experimental | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) |
| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Experimental | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/story/experimental-slug--default) |
| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/chat) |
| AI Asset | Status | Figma library | Code |
| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Stable | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) |
| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Stable | [(v11) All themes](<https://www.figma.com/design/YAnB1jKx0yCUL29j6uSLpg/(v11)-All-themes---Carbon-Design-System?m=auto>) | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) |
| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/web-components/src/components/chat) |

## Style elements

Expand Down Expand Up @@ -344,9 +344,9 @@ presence," followed by "All AI elements."

Components in Carbon come with the AI style properties already available for use
through a mix-in. For more details on how to use the AI label in code, see the
[React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview)
[React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview)
and
[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/experimental-slug--default)
[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview)
storybooks.

<Row>
Expand Down

0 comments on commit afb1676

Please sign in to comment.