Skip to content

Commit 6de957c

Browse files
authored
Merge pull request #603 from csarnataro/fix/602-wrong-link-to-gatsby-plugin
Fixed wrong link in getting started page
2 parents 1aab2d0 + c4aab5a commit 6de957c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Fixed link to Gatsby Plugin page in `getting-started` page. Issue #602
6+
57
## v0.3.0 2019-01-22
68

79
- Split theme-ui package into `@theme-ui/core`, `@theme-ui/mdx`, and `@theme-ui/color-modes`

packages/docs/src/pages/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the theme to your application with the `ThemeProvider`, passing in the `them
3434

3535
<Note>
3636

37-
If you're using Gatsby, use [`gatsby-plugin-theme-ui`](/gatsby-plugin) instead.
37+
If you're using Gatsby, use [`gatsby-plugin-theme-ui`](/packages/gatsby-plugin) instead.
3838

3939
</Note>
4040

0 commit comments

Comments
 (0)