Skip to content

Commit f7647dc

Browse files
Fix 'Edit this page' button
1 parent 3d5a5fa commit f7647dc

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
@@ -84,7 +84,7 @@ module.exports = {
8484
sidebarPath: require.resolve('./sidebars.js'),
8585
// Please change this to your repo.
8686
editUrl:
87-
'https://github.com/facebook/docusaurus/edit/master/website/',
87+
'https://github.com/lightningdevkit/lightningdevkit.org/tree/main',
8888
},
8989
blog: {
9090
showReadingTime: true,

0 commit comments

Comments
 (0)