Skip to content

Commit 61a2244

Browse files
authored
Fix Gatsby broken link #1
1 parent f6380fc commit 61a2244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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-

0 commit comments

Comments
 (0)