Skip to content

Commit 704ae4f

Browse files
committed
docs: fix doc links to common label/icon
1 parent fbfd52d commit 704ae4f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/button/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ A group item Svelte action. Used for containing a button in a group. This can be
7979

8080
A text label.
8181

82-
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#label).
82+
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#label).
8383

8484
## Icon
8585

8686
A graphic icon.
8787

88-
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#icon).
88+
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#icon).

packages/chips/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ All standard UI events are forwarded.
9494

9595
A text label.
9696

97-
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#label).
97+
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#label).
9898

9999
## Icon
100100

101101
A graphic icon.
102102

103-
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#icon).
103+
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#icon).

packages/fab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ All standard UI events are forwarded.
5656

5757
A text label.
5858

59-
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#label).
59+
See the [common label readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#label).
6060

6161
## Icon
6262

6363
A graphic icon.
6464

65-
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#icon).
65+
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#icon).

packages/icon-button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ All standard UI events are forwarded.
6565

6666
A graphic icon.
6767

68-
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#icon).
68+
See the [common icon readme](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#icon).

0 commit comments

Comments
 (0)