Skip to content

Commit

Permalink
Fix github urls (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 19, 2023
1 parent f29ef0a commit f930d17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/osism/osism.github.io',
href: 'https://github.com/osism',
label: 'GitHub',
position: 'right',
},
Expand All @@ -100,6 +100,11 @@ const config = {
label: 'Privacy',
href: '/privacy',
},
],
},
{
title: 'Community',
items: [
{
label: 'GitHub',
href: 'https://github.com/osism',
Expand Down

0 comments on commit f930d17

Please sign in to comment.