Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 5df5077

Browse files
authored
docs: fix broken link to the base theme object (#95)
1 parent a62876e commit 5df5077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/documentation/customizing/gatsby-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Docz's code uses [Theme-UI](https://theme-ui.com/) as the default theme system.
181181

182182
You can modify the default theme and create your own style by combining these modifications with component shadowing.
183183

184-
Check our [base theme object](https://github.com/pedronauck/docz/blob/feat/gatsby/core/gatsby-theme-docz/src/theme/index.js) to see the properties.
184+
Check our [base theme object](https://github.com/doczjs/docz/blob/master/core/gatsby-theme-docz/src/theme/index.js) to see the properties.
185185

186186
To create your own theme definition use the `doczrc.js` and set your properties in the `themeConfig` like that:
187187

0 commit comments

Comments
 (0)