Skip to content

Commit 9a599c6

Browse files
committed
Correct the editing path of docs and blogs.
1 parent 6dd5c10 commit 9a599c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ module.exports = {
100100
sidebarPath: require.resolve('./sidebars.js'),
101101
// Please change this to your repo.
102102
editUrl:
103-
'https://github.com/facebook/docusaurus/edit/master/website/',
103+
'https://github.com/flutter-webrtc/docs/edit/main/',
104104
},
105105
blog: {
106106
showReadingTime: true,
107107
// Please change this to your repo.
108108
editUrl:
109-
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
109+
'https://github.com/flutter-webrtc/docs/edit/main/',
110110
},
111111
theme: {
112112
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)