Skip to content

Commit 7c86b44

Browse files
committed
docs: fix classadder links in the readmes
1 parent 79034dd commit 7c86b44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/card/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ All standard UI events are forwarded.
8686

8787
A fragment used as a content area within a card.
8888

89-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
89+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
9090

9191
Note that you can supply your own component to a `ClassAdder` based component. You can use this to create things like list cards.
9292

@@ -125,7 +125,7 @@ All standard UI events are forwarded.
125125

126126
An area of the card within the media meant to show content over top of the media.
127127

128-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
128+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
129129

130130
## Actions
131131

@@ -145,11 +145,11 @@ All standard UI events are forwarded.
145145

146146
An area of the card, within Actions, containing buttons.
147147

148-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
148+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
149149

150150
## ActionIcons
151151

152152
An area of the card, within Actions, containing icon buttons.
153153

154-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
154+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
155155

packages/paper/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ All standard UI events are forwarded.
5757

5858
A fragment used as a title on the Paper.
5959

60-
Equivalent to the [`ClassAdder` with `H5` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
60+
Equivalent to the [`ClassAdder` with `H5` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
6161

6262
## Subtitle
6363

6464
A fragment used as a subtitle on the Paper.
6565

66-
Equivalent to the [`ClassAdder` with `H6` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
66+
Equivalent to the [`ClassAdder` with `H6` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
6767

6868
## Content
6969

7070
A fragment used as a body of the Paper.
7171

72-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
72+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).

0 commit comments

Comments
 (0)