Skip to content

Commit 2999cc2

Browse files
committed
bugfix: edit links updated
1 parent a0bf029 commit 2999cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config = {
4949
// Please change this to your repo.
5050
// Remove this to remove the "edit this page" links.
5151
editUrl:
52-
'https://github.com/parktrack-project/docs-website/tree/main/src/',
52+
'https://github.com/parktrack-project/docs-website/edit/main/docs/',
5353
},
5454
blog: {
5555
showReadingTime: true,
@@ -60,7 +60,7 @@ const config = {
6060
// Please change this to your repo.
6161
// Remove this to remove the "edit this page" links.
6262
editUrl:
63-
'https://github.com/parktrack-project/docs-website/tree/main/src/pages/',
63+
'https://github.com/parktrack-project/docs-website/edit/main/src/pages/',
6464
// Useful options to enforce blogging best practices
6565
onInlineTags: 'warn',
6666
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)