Skip to content

Commit 84322b3

Browse files
committed
Fix #27
1 parent 5144a0c commit 84322b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
sidebarPath: require.resolve('./sidebars.js'),
8989
// Please change this to your repo.
9090
editUrl:
91-
'https://github.com/InboxSDK/inboxsdk-docs',
91+
'https://github.com/InboxSDK/inboxsdk-docs/edit/main',
9292
},
9393
theme: {
9494
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)