Skip to content

Commit a57ddb1

Browse files
authored
Merge pull request #7637 from datafuselabs/fix-docs-edit-link
docs: Fix edit url link for blog
2 parents 768d005 + 2d392d4 commit a57ddb1

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)