docs: links

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-01-08 12:09:23 +01:00
parent 7c1f6cc633
commit 88f3589117
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import { ToggleButtonGroupDefinition } from '../utils/definitions';
<PageTitle
title="ToggleButtonGroup"
description="A grouping container for related ToggleButtons supporting single or multiple selection."
description="A grouping container for related [ToggleButtons](./toggle-button) supporting single or multiple selection."
/>
<Snippet
+1 -1
View File
@@ -18,7 +18,7 @@ import { ToggleButtonDefinition } from '../utils/definitions';
<PageTitle
title="ToggleButton"
description="A button that toggles between selected and unselected states."
description="A button that toggles between selected and unselected states. Can be used as a single toggle or as part of a [ToggleButtonGroup](./toggle-button-group)."
/>
<Snippet