Skip to content

Commit daade70

Browse files
authored
Update theme.config.tsx
1 parent 735eac9 commit daade70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
titleSuffix: ` – ${SITE_NAME}`,
77
projectLink: 'https://github.com/dotansimha/graphql-code-generator', // GitHub link in the navbar
88
github: null,
9-
docsRepositoryBase: 'https://github.com/dotansimha/graphql-code-generator/blob/master/website', // base URL for the docs repository
9+
docsRepositoryBase: 'https://github.com/dotansimha/graphql-code-generator/tree/master/website/src/pages', // base URL for the docs repository
1010
nextLinks: true,
1111
prevLinks: true,
1212
search: null,

0 commit comments

Comments
 (0)