Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 394275f

Browse files
authored
docs(migration_guide): fix URL for theme creation (#1455)
1 parent c7da16b commit 394275f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import Theme from './my-custom-theme'
8282
export default (props) => <Theme {...props} />
8383
```
8484

85-
Check [here](https://www.docz.site/docs/creating-themes) for more information about how to create themes.
85+
Check [here](https://www.docz.site/docs/creating-your-themes) for more information about how to create themes.
8686

8787
## `wrapper` property removed
8888
The same thing happened here for the oldest `wrapper` property. Now you can wrap your entire application by just creating a file called `src/gatsby-theme-docz/wrapper.js`

0 commit comments

Comments
 (0)