Skip to content

Commit a5880cd

Browse files
authored
Fix edit URL in documentation
1 parent 3610786 commit a5880cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
docs: {
2626
sidebarPath: require.resolve('./sidebars.cjs'),
2727
editUrl:
28-
'https://github.com/graphql/graphql-js/edit/main/website/docs/',
28+
'https://github.com/graphql/graphql-js/edit/main/website/',
2929
},
3030
theme: {
3131
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)