Skip to content

Commit 1f34562

Browse files
authored
Merge pull request #4620 from TomJGooding/patch-1
docs(tabbed content): fix link to content switcher
2 parents 07bb4af + f4f1dfe commit 1f34562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/widgets/tabbed_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following example contains a `TabbedContent` with three tabs.
9797
## Styling
9898

9999
The `TabbedContent` widget is composed of two main sub-widgets: a
100-
[`Tabs`](tabs.md) and a [`ContentSwitcher`]((content_switcher.md)); you can
100+
[`Tabs`](tabs.md) and a [`ContentSwitcher`](content_switcher.md); you can
101101
style them accordingly.
102102

103103
The tabs within the `Tabs` widget will have prefixed IDs; each ID being the

0 commit comments

Comments
 (0)