Skip to content

Commit f930d17

Browse files
authored
Fix github urls (#253)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent f29ef0a commit f930d17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const config = {
8080
position: 'right',
8181
},
8282
{
83-
href: 'https://github.com/osism/osism.github.io',
83+
href: 'https://github.com/osism',
8484
label: 'GitHub',
8585
position: 'right',
8686
},
@@ -100,6 +100,11 @@ const config = {
100100
label: 'Privacy',
101101
href: '/privacy',
102102
},
103+
],
104+
},
105+
{
106+
title: 'Community',
107+
items: [
103108
{
104109
label: 'GitHub',
105110
href: 'https://github.com/osism',

0 commit comments

Comments
 (0)