Skip to content

Commit

Permalink
🚑️hotfix: additional broken icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Jun 29, 2023
1 parent 5a11b59 commit 9e39d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See our [storybook](https://storybook.eds.equinor.com/) for more examples.

Built on a copy of the Outlined Material Design icons, the icons have been customised and renamed for Equinor’s use and supplemented with our own icons for Equinor specific domains.

All the icons are available in our [Storybook](https://storybook.eds.equinor.com/?path=/docs/icons--preview), and can also be installed from NPM.
All the icons are available in our [Storybook](https://storybook.eds.equinor.com/?path=/docs/icons-preview--docs), and can also be installed from NPM.

The following example uses the `<Icon>` component from `@equinor/eds-core-react` – but the icons package can also be used without React.

Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/src/components/Icon/Icon.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { save } from '@equinor/eds-icons' // import "save" icon
<Icon data={save} />
```
**Checkout the [EDS library](?path=/docs/icons--preview) for available icons**
**Checkout the [EDS library](?path=/docs/icons-preview--docs) for available icons**

## Accessibility
If you are using the icons alone to convey meaning you need to provide the `title` property so that your icons are correctly accessible.
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import { save } from '@equinor/eds-icons'

#### Icon names

Use [EDS Assets in Figma](https://www.figma.com/file/BQjYMxdSdgRkdhKTDDU7L4KU/Assets?node-id=2%3A3)(Equinor Figma account needed🔒) or our [icon preview in Storybook](https://storybook.eds.equinor.com/?path=/docs/icons--preview) for icon names. Spaces in icon names are replaced with underscores.
Use [EDS Assets in Figma](https://www.figma.com/file/BQjYMxdSdgRkdhKTDDU7L4KU/Assets?node-id=2%3A3)(Equinor Figma account needed🔒) or our [icon preview in Storybook](https://storybook.eds.equinor.com/?path=/docs/icons-preview--docs) for icon names. Spaces in icon names are replaced with underscores.

`star-filled -> star_filled`.

Expand Down

0 comments on commit 9e39d91

Please sign in to comment.