Skip to content

Commit ed7d57d

Browse files
Fix edit link
1 parent 9d9341d commit ed7d57d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config: Config = {
4545
sidebarPath: './sidebars.ts',
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
'https://github.com/NSPManager/NSPanelManager-docs/edit/main/docs',
48+
'https://github.com/NSPManager/NSPanelManager-docs/edit/main',
4949
},
5050
theme: {
5151
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)