Skip to content

Commit bcfd452

Browse files
git-nandorclaude
andcommitted
fix(ui-billboard): point icons doc links at valid icons pages
The Billboard READMEs linked the hero icon docs to `icons-react`, which is not a route in the docs app. Point v2 at `icons` and v1 at `legacy-icons`, and remove a now-inaccurate note from the Icons page. INSTUI-5121 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2f24f3a commit bcfd452

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/__docs__/src/Icons/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ const IconsPage = () => {
4949
}
5050
>
5151
<Alert variant="info" margin="0 0 medium">
52-
The version selector does not affect this page. For icons compatible
53-
with older versions, use{' '}
52+
For icons compatible with older versions, use{' '}
5453
<Link
5554
href="legacy-icons"
5655
onClick={(e) => {

packages/ui-billboard/src/Billboard/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type: example
2626
don't pass interactive content to the `message` prop if you have set the `href`
2727
or `onClick` props).
2828
- Use the `size` prop to adjust the size of the icon and text.
29-
- Pass [Instructure icons](icons-react) to the `hero` property via a function
29+
- Pass [Instructure icons](legacy-icons) to the `hero` property via a function
3030
_(see examples)_, and they will be sized correctly based on the Billboard's
3131
`size`.
3232

packages/ui-billboard/src/Billboard/v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type: example
2626
don't pass interactive content to the `message` prop if you have set the `href`
2727
or `onClick` props).
2828
- Use the `size` prop to adjust the size of the icon and text.
29-
- Pass [Instructure icons](icons-react) to the `hero` property via a function
29+
- Pass [Instructure icons](icons) to the `hero` property via a function
3030
_(see examples)_, and they will be sized correctly based on the Billboard's
3131
`size`.
3232

0 commit comments

Comments
 (0)