1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

update label links

This commit is contained in:
Emily 2018-05-07 10:36:22 -07:00
parent e5e1fc9edc
commit 1fbbf6fd21

View File

@ -137,7 +137,7 @@ Use the `Counter` component to add a count to navigational elements and buttons.
<span class="Counter Counter--gray-light">64</span>
```
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](../../core/components/navigation).
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](../navigation).
```html title="Counter in tabs"
<div class="tabnav">
@ -148,7 +148,7 @@ Use the `Counter` in navigation to indicate the number of items without the user
</div>
```
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](../../core/components/box).
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](../box).
```html title="Counter in Box headers"
<div class="Box">