Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Dec 12, 2023
1 parent c59d4be commit 9b5680c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions redwood-layout-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Row {
```

<p style="text-align: center;">
<img src="../docs_images/row1.png">
<img src="docs_images/row1.png">
</p>

### Column
Expand All @@ -40,7 +40,7 @@ Column {
```

<p style="text-align: center;">
<img src="../docs_images/column1.png">
<img src="docs_images/column1.png">
</p>

### Box
Expand All @@ -65,7 +65,7 @@ Box {
```

<p style="text-align: center;">
<img src="../docs_images/box1.png">
<img src="docs_images/box1.png">
</p>

### Spacer
Expand All @@ -81,5 +81,5 @@ Column {
```

<p style="text-align: center;">
<img src="../docs_images/spacer1.png">
<img src="docs_images/spacer1.png">
</p>

0 comments on commit 9b5680c

Please sign in to comment.