Skip to content

Commit

Permalink
add links to description
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 11, 2021
1 parent 7df70ab commit d8644c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/tab-panel.md
Expand Up @@ -2,7 +2,7 @@

[component-header:sl-tab-panel]

Tab panels are used inside tab groups to display content.
Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.

```html preview
<sl-tab-group>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/tab.md
Expand Up @@ -2,7 +2,7 @@

[component-header:sl-tab]

Tabs are used inside tab groups to represent tab panels.
Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).

```html preview
<sl-tab>Tab</sl-tab>
Expand Down

0 comments on commit d8644c9

Please sign in to comment.