Skip to content

Commit bd4a2ae

Browse files
authored
Fix edit URL in documentation (#3947)
1 parent 3610786 commit bd4a2ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docusaurus.config.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ module.exports = {
2424
({
2525
docs: {
2626
sidebarPath: require.resolve('./sidebars.cjs'),
27-
editUrl:
28-
'https://github.com/graphql/graphql-js/edit/main/website/docs/',
27+
editUrl: 'https://github.com/graphql/graphql-js/edit/main/website/',
2928
},
3029
theme: {
3130
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)