Skip to content

Commit 54b9953

Browse files
committed
Fix Edit Url
1 parent 3fe3582 commit 54b9953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const config: Config = {
5858
},
5959
// Remove this to remove the "edit this page" links.
6060
editUrl:
61-
'https://github.com/GraphicsProgramming/',
61+
'https://github.com/GraphicsProgramming/blog',
6262
// Useful options to enforce blogging best practices
6363
onInlineTags: 'warn',
6464
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)