Skip to content

Commit 063956a

Browse files
committed
fix edit link
1 parent 97cc943 commit 063956a

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
@@ -81,13 +81,13 @@ module.exports = {
8181
sidebarPath: require.resolve('./sidebars.js'),
8282
// Please change this to your repo.
8383
editUrl:
84-
'https://github.com/facebook/docusaurus/edit/master/website/',
84+
'https://github.com/redis-developer/redis-developer/edit/master/website/',
8585
},
8686
blog: {
8787
showReadingTime: true,
8888
// Please change this to your repo.
8989
editUrl:
90-
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
90+
'https://github.com/redis-developer/redis-developer/edit/master/website/blog/',
9191
},
9292
theme: {
9393
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)