Skip to content

Commit 2d392d4

Browse files
committed
docs: Fix edit url link for blog
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 768d005 commit 2d392d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const config = {
4444
blog: {
4545
showReadingTime: true,
4646
editUrl:
47-
'https://github.com/datafuselabs/databend/edit/main/databend/blog',
47+
'https://github.com/datafuselabs/databend/edit/main/website',
4848
},
4949
theme: {
5050
customCss: require.resolve('./src/css/custom.scss'),

0 commit comments

Comments
 (0)