diff --git a/apps/website/src/content/docs/anchor.mdx b/apps/website/src/content/docs/anchor.mdx index 208520cda5b..3b4f7bd7fad 100644 --- a/apps/website/src/content/docs/anchor.mdx +++ b/apps/website/src/content/docs/anchor.mdx @@ -61,7 +61,7 @@ If you do ultimately decide based on your research that it is beneficial to open By default, an anchor is only underlined when hovered, with a few exceptions: -1. Anchors inside a [`Text`](https://itwinui.bentley.com/docs/typography#text) component are underlined by default. +1. Anchors inside a [`Text`](/docs/text) component are underlined by default. 2. All anchors are underlined by default when using a high-contrast theme. For [better accessibility](https://adrianroselli.com/2016/06/on-link-underlines.html#recommendation), it is recommended to explicitly make the anchor underlined in all themes, even when used outside `Text`. This can be achieved using the `underline` prop. diff --git a/apps/website/src/content/docs/combobox.mdx b/apps/website/src/content/docs/combobox.mdx index 83ab05d8777..f023d70a4d3 100644 --- a/apps/website/src/content/docs/combobox.mdx +++ b/apps/website/src/content/docs/combobox.mdx @@ -81,7 +81,7 @@ If you expect the combobox to have a very long list of items, you can set `enabl ### Labels -You can use a [Label](typography#label) component alongside the combobox to add a label. Note that passing the same id to the label as `htmlFor` and to the combobox as `id` in `inputProps` will allow users to open the combobox by clicking on the label. +You can use a [Label](/docs/label) component alongside the combobox to add a label. Note that passing the same id to the label as `htmlFor` and to the combobox as `id` in `inputProps` will allow users to open the combobox by clicking on the label. diff --git a/apps/website/src/content/docs/inputgrid.mdx b/apps/website/src/content/docs/inputgrid.mdx index 716af932a2f..9b62375367a 100644 --- a/apps/website/src/content/docs/inputgrid.mdx +++ b/apps/website/src/content/docs/inputgrid.mdx @@ -15,7 +15,7 @@ InputGrid is a layout component that allows to group label, form field and statu You can add any form field (eg. Select, ComboBox or InputWithDecorations). -We recommend [Label](typography#label) and [StatusMessage](statusmessage) components with this layout. +We recommend [Label](/docs/label) and [StatusMessage](statusmessage) components with this layout.