Skip to content

Commit dd0b8ba

Browse files
authored
Merge pull request #604 from lachlanjc/patch-4
Fix the rest of the broken Gatsby links
2 parents f6380fc + 61fb890 commit dd0b8ba

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/docs/src/pages/color-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = {
9292
}
9393
```
9494

95-
See the [Gatsby plugin docs](/gatsby-plugin) for more info.
95+
See the [Gatsby plugin docs](/packages/gatsby-plugin) for more info.
9696

9797
## Advanced
9898

packages/docs/src/pages/guides/nested-theme-providers.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The nested `ThemeProvider` component can use a functional theme to avoid deep me
2525

2626
## Gatsby themes
2727

28-
When building a Gatsby theme, you should use [`gatsby-plugin-theme-ui`](/gatsby-plugin) for parts of your theme that should be overridden or merged with other themes.
28+
When building a Gatsby theme, you should use [`gatsby-plugin-theme-ui`](/packages/gatsby-plugin) for parts of your theme that should be overridden or merged with other themes.
2929
If you need to specify a Gatsby theme-specific subtheme, use a nested Theme Provider in a layout component that only renders around pages that you control.
3030
This allows the end user to change their site-level theme without affecting custom styles you might need in your theme.
3131
The end user can still shadow any components in your theme if they need to.
32-

packages/theme-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default props => (
158158
- [Styled](https://theme-ui.com/styled)
159159
- [MDX Components](https://theme-ui.com/mdx-components)
160160
- [Theme Spec](https://theme-ui.com/theme-spec)
161-
- [Gatsby Plugin](https://theme-ui.com/gatsby-plugin)
161+
- [Gatsby Plugin](https://theme-ui.com/packages/gatsby-plugin)
162162
- [API](https://theme-ui.com/api)
163163

164164
MIT License

0 commit comments

Comments
 (0)