Skip to content

Commit 6df0b9a

Browse files
committed
fix: Edit url sending to 404
1 parent ad8a2e1 commit 6df0b9a

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
@@ -49,7 +49,7 @@ const config = {
4949
sidebarPath: './sidebars.js',
5050
breadcrumbs: false,
5151
showLastUpdateTime: true,
52-
editUrl: 'https://github.com/sparkison/m3u-editor-docs-v2/edit/main/',
52+
editUrl: 'https://github.com/sparkison/m3u-editor-docs-v2/tree/master',
5353
},
5454
blog: false,
5555
theme: {

0 commit comments

Comments
 (0)