Skip to content

Commit 1a11f55

Browse files
authored
Merge pull request #923 from brunolemos/patch-1
Fix broken link
2 parents f7cbc77 + 15cf831 commit 1a11f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/theme-ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<img
2-
src="packages/docs/static/logo.png"
2+
src="/packages/docs/static/logo.png"
33
width="96"
44
height="96"
55
/>
@@ -77,7 +77,7 @@ export default props => (
7777
)
7878
```
7979

80-
The `theme` object follows the System UI [Theme Specification](/theme-spec),
80+
The `theme` object follows the System UI [Theme Specification](https://theme-ui.com/theme-spec/),
8181
which lets you define custom color palettes, typographic scales, fonts, and more.
8282
Read more about [theming](https://theme-ui.com/theming).
8383

0 commit comments

Comments
 (0)