Skip to content

Commit 06d94ef

Browse files
author
Alexandru Radovici
committed
fix edit links
1 parent 242514a commit 06d94ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config: Config = {
4545
// Please change this to your repo.
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
'https://github.com/ipworkshop/developer/tree/main/',
48+
'https://github.com/ipworkshop/ipworkshop.github.io/edit/main/',
4949
},
5050
blog: {
5151
showReadingTime: true,
@@ -56,7 +56,7 @@ const config: Config = {
5656
// Please change this to your repo.
5757
// Remove this to remove the "edit this page" links.
5858
editUrl:
59-
'https://github.com/ipworkshop/developer/tree/main/',
59+
'https://github.com/ipworkshop/ipworkshop.github.io/edit/main/',
6060
// Useful options to enforce blogging best practices
6161
onInlineTags: 'warn',
6262
onInlineAuthors: 'warn',
@@ -86,7 +86,7 @@ const config: Config = {
8686
label: 'Tracks',
8787
},
8888
{
89-
href: 'https://github.com/ipworkshop/developer',
89+
href: 'https://github.com/ipworkshop/ipworkshop.github.io',
9090
label: 'GitHub',
9191
position: 'right',
9292
},
@@ -126,7 +126,7 @@ const config: Config = {
126126
},
127127
{
128128
label: 'GitHub',
129-
href: 'https://github.com/ipworkshop/developer',
129+
href: 'https://github.com/ipworkshop/',
130130
},
131131
],
132132
},

0 commit comments

Comments
 (0)