Skip to content

Commit f320c38

Browse files
committed
Fix edit link
1 parent 6195cec commit f320c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config: Config = {
4646
// Please change this to your repo.
4747
// Remove this to remove the "edit this page" links.
4848
editUrl:
49-
'https://github.com/GraphicsProgramming/blog',
49+
'https://github.com/GraphicsProgramming/',
5050
// Useful options to enforce blogging best practices
5151
onInlineTags: 'warn',
5252
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)