Skip to content

Commit 76d201c

Browse files
committed
docs: update editURL
1 parent 0153e27 commit 76d201c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: Config = {
4141
// Please change this to your repo.
4242
// Remove this to remove the "edit this page" links.
4343
editUrl: ({ docPath }) =>
44-
`https://github.com/jasonshin/sqlx-ts/edit/main/docs/${docPath}`,
44+
`https://github.com/jasonshin/sqlx-ts/edit/main/book/${docPath}`,
4545
},
4646
blog: false,
4747
theme: {

0 commit comments

Comments
 (0)